Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
|
|
|
|
|
|
|
|
Add host config option to http_authentication plugin.
|
|
|
|
|
|
This is useful if the users are free to choose arbitrary mail hosts (or
from a list), but have one host they usually want to log into.
Otherwise the username/password must always be typed in twice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Framework autoloader
|
|
|
|
|
|
|
|
|
|
Add option to define IMAP hosts that support password changes
|
|
|
|
|
|
|
|
|
|
Add logic for checking supported IMAP hosts
Make use of additional config option
'password_supported_hosts' (see config.inc.php.dist).
If current IMAP host is not in array of defined
hosts, exit and suppress Password option in Settings.
|
|
Added config option to specify hosts that support password changing.
|
|
|
|
|
|
|
|
|
|
registration and reduce code-duplication
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the list (#1488724)
|
|
|
|
|
|
|
|
|
|
|
|
|