Age | Commit message (Collapse) | Author |
|
Added password_blowfish_cost config option.
Conflicts:
CHANGELOG
|
|
|
|
(#1490094)
|
|
|
|
|
|
|
|
|
|
https://github.com/roundcube/roundcubemail/pull/169)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all langs
|
|
|
|
|
|
|
|
link in the settings navigation
|
|
hook, so other plugins can provide user DN for password change
|
|
|
|
|
|
|
|
on user alias (#1489332)
|
|
|
|
|
|
|
|
|
|
(#1487311)
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Save new password even if it has not changed (optional)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|