diff options
author | Steffen185 <steffen.weber@gmail.com> | 2013-04-02 09:37:03 +0300 |
---|---|---|
committer | Steffen185 <steffen.weber@gmail.com> | 2013-04-02 09:37:03 +0300 |
commit | 6db9f84737b399aba9f80d0a7f220bad72cc56ef (patch) | |
tree | b237991a79687d964770400deeaa8ddf08c45f84 /plugins/password/config.inc.php.dist | |
parent | 6f7eafce186b7310598eaa69e1f35119f2a13a7a (diff) |
Added config option "password_force_save"
Diffstat (limited to 'plugins/password/config.inc.php.dist')
-rw-r--r-- | plugins/password/config.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 16e3737d6..e2d8eeb10 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -31,6 +31,10 @@ $rcmail_config['password_login_exceptions'] = null; //$rcmail_config['password_hosts'] = array('mail.example.com', 'mail2.example.org'); $rcmail_config['password_hosts'] = null; +// Enables saving the new password even if it matches the old password. Useful +// for upgrading the stored passwords after the encryption scheme has changed. +$rcmail_config['password_force_save'] = false; + // SQL Driver options // ------------------ |