Reduce min password length to 4

This commit is contained in:
Daniel Berteaud 2014-01-29 09:22:16 +01:00
parent 52fbd05735
commit 9dfb887fd0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ my $data = {
'ENABLE_USERS' => JSON::true,
'ALLOW_GUEST_BROWSING' => JSON::false,
'MULTI_USER_BASE_DRIVER' => '',
'PASSWORD_MINLENGTH' => '8'
'PASSWORD_MINLENGTH' => '4'
}
};