summaryrefslogtreecommitdiff
path: root/plugins/password/config.inc.php.dist
AgeCommit message (Collapse)Author
2015-02-26Added 'kpasswd' driver by Peter AllgeyerAleksander Machniak
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
Added password_blowfish_cost config option.
2014-10-14Password Plugin / LDAP Driver:Lorenzo Perone
- adds support for (optional) multiple userPassword values for compatibility with more authentication shemes - adds support for CRAM-MD5 scheme as implemented by doveadm pw (credits: see header of plugins/password/helpers/dovecot_hmacmd5.php)
2014-09-02Merge branch 'master' of https://github.com/roundcube/roundcubemailCyrill von Wattenwyl
Conflicts: plugins/password/config.inc.php.dist
2014-07-14New gearman driver for password pluginMohammad Anwari
2014-05-27Add option to force new users to change their password (#1486884)simonp
2014-05-16Add timeout for password-driver vpopmaildsimonp
2014-05-12fixed typos and added section in READMECyrill von Wattenwyl
2014-05-08Added Plesk-Driver to Password-PluginCyrill von Wattenwyl
This Driver allows to change Passwords via Plesk RPC-API
2013-09-23Add new password encodage ('ad') in ldap password drivers (#1489349)Aleksander Machniak
2013-09-15In password virtualmin driver removed support for username in format based ↵Aleksander Machniak
on user alias (#1489332)
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-04-28Merge pull request #63 from Steffen185/patch-1Aleksander Machniak
Save new password even if it has not changed (optional)
2013-04-02Added config option "password_force_save"Steffen185
2013-03-30Added new cPanel driver - fixes localization related issues (#1487015)Aleksander Machniak
2013-03-02Use rcube_utils::parse_host() for host config in smb driver (#1488784)Aleksander Machniak
2012-11-16Rename option password_supported_hosts to password_hosts, code cleanupAleksander Machniak
2012-11-09Update plugins/password/config.inc.php.distNETLINK
Added config option to specify hosts that support password changing.
2012-09-05added sample configurationdefa
2012-05-24Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2009-10-09- Added XIMSS (Communigate) driver for Password pluginalecpl
2009-10-02- Password: cPanel driver addedalecpl
2009-09-20 - Password plugin: added vpopmaild drivervbenincasa
2009-09-12- re-apply r2940alecpl
2009-09-11- Password: added password strength options (#1486062)alecpl
2009-09-10- Added note for "DirectAdmin" password driver usage with SSL.vbenincasa
2009-09-02- Password plugin: support hashed passwords and username parts in sql driver ↵alecpl
queries
2009-08-24- Password: added DirectAdmin driver (#1486048)alecpl
2009-08-24- Password/LDAP: support %name, %domain in userdn (#1486055)alecpl
2009-07-31- Password plugin: added ldap_force_replace option (#1486014)alecpl
2009-07-02Move config file to config.inc.php.dist to prevent further accidental commitsthomascube