From b6b553c3afadea88c74d408cd5d637b5f47540d0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 24 Nov 2009 00:00:47 +0000 Subject: =?UTF-8?q?Bug=20524368:=20Increase=20the=20value=20of=20USER=5FPA?= =?UTF-8?q?SSWORD=5FMIN=5FLENGTH=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?UTF-8?q?=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6446c7e3e..0bce3ed2f 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; -- cgit v1.2.1