From 37dc6058cef49e96ae22f6db93b09ffb8457283a Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Tue, 31 Mar 2020 08:20:21 +0200 Subject: [PATCH] Password change enabled by default Signed-off-by: Janos SUTO --- config.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.in b/config.php.in index e92a7b71..f1ed316c 100644 --- a/config.php.in +++ b/config.php.in @@ -159,7 +159,7 @@ $config['COMPATIBILITY'] = 'Which browsers are supported, etc'; $config['ENABLE_AUDIT'] = 1; $config['MEMCACHED_ENABLED'] = 0; -$config['PASSWORD_CHANGE_ENABLED'] = 0; +$config['PASSWORD_CHANGE_ENABLED'] = 1; $config['ENABLE_STATISTICS'] = 1; $config['ENABLE_HISTORY'] = 1; $config['ENABLE_DELETE'] = 0;