From d4a53a6c7bce28a66ff0dc70def2469692f8444c Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 26 Mar 2015 11:56:02 +0800 Subject: Bug 1147550: Minimum password length handler not trusted by password change --- Bugzilla/Config/Auth.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index d70c1f81e..f87126713 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -136,7 +136,14 @@ sub get_param_list { 'letters_numbers_specialchars' ], default => 'no_constraints', checker => \&check_multi - } ); + }, + + { + name => 'password_check_on_login', + type => 'b', + default => '1' + }, + ); return @param_list; } -- cgit v1.2.3-24-g4f1b