Change password min-length to four characters (#1094)

in order to correlate with the management interface.
This commit is contained in:
Norman S 2017-02-10 15:43:11 +01:00 committed by Joshua Tauberer
parent 2c86fa3755
commit f2ff14100e
1 changed files with 1 additions and 1 deletions

View File

@ -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';" \