From: lpsolit%gmail.com <> Date: Tue, 24 Nov 2009 00:00:47 +0000 (+0000) Subject: Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by Frédéric... X-Git-Tag: bugzilla-3.5.3~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b553c3afadea88c74d408cd5d637b5f47540d0;p=thirdparty%2Fbugzilla.git Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6446c7e3ef..0bce3ed2f9 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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;