summaryrefslogtreecommitdiff
path: root/plugins/password
AgeCommit message (Collapse)Author
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
Added password_blowfish_cost config option. Conflicts: CHANGELOG
2014-11-14Updated localizations from TransifexThomas Bruederli
2014-10-10Fix regression in SHAA password generation in ldap driver of password plugin ↵Aleksander Machniak
(#1490094)
2014-09-28Support hashing algorithms without mhash() and even hash() extension (#1490076)Aleksander Machniak
2014-06-24Allow anonymous LDAP searchesAleksander Machniak
2014-05-12Don't EVER log passwordsThomas Bruederli
2014-03-21Synchrnonized translations from TransifexThomas Bruederli
2014-03-05Fix dbmail driver (hints from ↵Aleksander Machniak
https://github.com/roundcube/roundcubemail/pull/169)
2014-02-13prevent unwanted code execution via CURLOPT_POSTFIELDS (again)Till Krüss
2014-02-10prevent unwanted code execution via CURLOPT_POSTFIELDSTill Krüss
2014-01-30Updated localizations from TransifexThomas Bruederli
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-11-28Updated localizations from TransifexThomas Bruederli
2013-11-08Substitute variables in 'password_ldap_search_base' valueAleksander Machniak
2013-10-15check if password was changed successfully, before looking for error messagesTill Krüss
2013-10-15check if the new password matched the requirements; code cleanupTill Krüss
2013-10-10Clean up translations once again, this time remove untranslated strings for ↵Aleksander Machniak
all langs
2013-10-09More lceanupAleksander Machniak
2013-10-09Added plugin localizationsAleksander Machniak
2013-10-07Synchronized localization files from TransifexThomas Bruederli
2013-09-28Make password plugin use the new 'settings_actions' hook to register its ↵Thomas Bruederli
link in the settings navigation
2013-09-27In password ldap_simple driver: added LDAP debug, added password_ldap_bindAleksander Machniak
hook, so other plugins can provide user DN for password change
2013-09-23Code improvements, remove code duplicationAleksander Machniak
2013-09-23Add new password encodage ('ad') in ldap password drivers (#1489349)Aleksander Machniak
2013-09-23Fix setting domain in virtualmin password driver (#1489332)Aleksander Machniak
2013-09-15In password virtualmin driver removed support for username in format based ↵Aleksander Machniak
on user alias (#1489332)
2013-08-21Synchronized localization files from TransifexThomas Bruederli
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-08-14Added README section for vpopmaild driver at the password-pluginsimonp
2013-07-17Added Luxembourgish localizationsThomas Bruederli
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-06-27Synchronized localization files with TransifexThomas Bruederli
2013-06-26Change license to GPLv3+ also in README fileAleksander Machniak
2013-06-20Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-06-14Merge config files (#1487311).Aleksander Machniak
Now we have defaults.inc.php and config.inc.php. Renamed $rcmail_config to $config. Old naming and old files are supported for backward compatibility.
2013-05-15Synced localizations from TransifexThomas Bruederli
2013-05-07Avoid unused local variablesAleksander Machniak
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-04-28Update changelogAleksander Machniak
2013-04-28Merge pull request #63 from Steffen185/patch-1Aleksander Machniak
Save new password even if it has not changed (optional)
2013-04-15Synchronized localizations from TransifexThomas Bruederli
2013-04-02Fixed wrong copy-pasteSteffen185
2013-04-02Use new config option "password_force_save"Steffen185
2013-04-02Added config option "password_force_save"Steffen185
2013-03-30Update changelogAleksander Machniak
2013-03-30Added new cPanel driver - fixes localization related issues (#1487015)Aleksander Machniak
2013-03-22Save new password even if it has not changedSteffen185
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed.
2013-03-02Use rcube_utils::parse_host() for host config in smb driver (#1488784)Aleksander Machniak
2013-02-28Localization updates from TransifexThomas Bruederli