enforce a configurable minimum password length when registering

This commit is contained in:
ansuz
2017-09-07 17:43:58 +02:00
parent ef30b0bc42
commit bca9ba66cb
5 changed files with 25 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ define(function() {
users.
*/
config.loginSalt = '';
config.minimum_password_length = 8;
config.badStateTimeout = 30000;
config.applicationsIcon = {