]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by Frédéric...
authorlpsolit%gmail.com <>
Tue, 24 Nov 2009 00:00:47 +0000 (00:00 +0000)
committerlpsolit%gmail.com <>
Tue, 24 Nov 2009 00:00:47 +0000 (00:00 +0000)
Bugzilla/Constants.pm

index 6446c7e3ef5be6c1b34c16201663561d759eb26e..0bce3ed2f995692a3e3c625f85503a71c4470c09 100644 (file)
@@ -228,7 +228,7 @@ use constant AUTH_DISABLED => 4;
 use constant AUTH_NO_SUCH_USER  => 5;
 
 # The minimum length a password must have.
-use constant USER_PASSWORD_MIN_LENGTH => 3;
+use constant USER_PASSWORD_MIN_LENGTH => 6;
 
 use constant LOGIN_OPTIONAL => 0;
 use constant LOGIN_NORMAL => 1;