mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
remove old default of 7 for password length, as it allways checks for that default otherwise
This commit is contained in:
parent
d522bbd808
commit
5e0c017129
@ -592,7 +592,7 @@ class auth
|
||||
{
|
||||
$strength++;
|
||||
}
|
||||
if (!preg_match('/.{'. ($minlength=7). ',}/',$passwd))
|
||||
if (!preg_match('/.{'. ($minlength). ',}/',$passwd))
|
||||
{
|
||||
$message[] = lang('Password must have at least %1 characters', $minlength);
|
||||
$strength = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user