diff options
author | simonp <simon.plasger@web.de> | 2014-05-27 21:09:24 +0200 |
---|---|---|
committer | simonp <simon.plasger@web.de> | 2014-05-27 21:09:24 +0200 |
commit | e7ee70541fe60800480d7b3a830a80f715e60ce2 (patch) | |
tree | 6f031eee24729dced814577fd3f37c1416aca0a9 /plugins/password/config.inc.php.dist | |
parent | c946decb4ea8a68baf3b860d5475eb6d8bb33b64 (diff) |
Add option to force new users to change their password (#1486884)
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 // ------------------ |