From eb8b8840a220f62106d31ed0a0b6e7bf16cfa846 Mon Sep 17 00:00:00 2001 From: Norman S Date: Fri, 10 Feb 2017 12:34:11 +0100 Subject: [PATCH] Change password min-length to four characters in order to correlate with the management interface. --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 56efc59b..b0b916f7 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -185,7 +185,7 @@ cp ${RCM_PLUGIN_DIR}/password/config.inc.php.dist \ ${RCM_PLUGIN_DIR}/password/config.inc.php tools/editconf.py ${RCM_PLUGIN_DIR}/password/config.inc.php \ - "\$config['password_minimum_length']=6;" \ + "\$config['password_minimum_length']=4;" \ "\$config['password_db_dsn']='sqlite:///$STORAGE_ROOT/mail/users.sqlite';" \ "\$config['password_query']='UPDATE users SET password=%D WHERE email=%u';" \ "\$config['password_dovecotpw']='/usr/bin/doveadm pw';" \