diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-10 15:11:26 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-10 15:11:26 +0200 |
commit | 1b988f9574c47fe110cc91364a58677f794b5b83 (patch) | |
tree | ade8e3352deb890ba0840a8af80e93c2fcb98e3b /plugins/password/config.inc.php.dist | |
parent | 4a051cd99f6768e634ba21a0a49f1212b9b19832 (diff) | |
parent | 12514266b94269eebf399cb6052687762f370e9d (diff) |
Merge branch 'master' of https://github.com/simonpl/roundcubemail into simonpl-master
Conflicts:
CHANGELOG
Diffstat (limited to 'plugins/password/config.inc.php.dist')
-rw-r--r-- | plugins/password/config.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 8f7a57f9a..16b7f9317 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -35,6 +35,9 @@ $config['password_hosts'] = null; // for upgrading the stored passwords after the encryption scheme has changed. $config['password_force_save'] = false; +// Enables forcing new users to change their password at their first login. +$config['password_force_new_user'] = false; + // SQL Driver options // ------------------ |