diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-28 06:49:04 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-28 06:49:04 -0700 |
commit | f41ccebadd7eb2dadada012606464819fe457d62 (patch) | |
tree | 173317e962d12f5e4e697761b555092f63b345e6 /plugins/password/config.inc.php.dist | |
parent | 416cc7106ad571e9ed42874ceee7dfec549be2bb (diff) | |
parent | 859a7a117acd8c7830a53a8c528790612e1638c4 (diff) |
Merge pull request #63 from Steffen185/patch-1
Save new password even if it has not changed (optional)
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 87758d84f..9256829aa 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 // ------------------ |