From: Dylan Hardison Date: Wed, 4 Nov 2015 22:53:41 +0000 (-0500) Subject: Bug 1177911 - Determine and implement better password requirements for BMO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a2cf03c480f65b1e4fa5d78d38c5776f8b0fef;p=thirdparty%2Fbugzilla.git Bug 1177911 - Determine and implement better password requirements for BMO Revised: default password rules should be no_constraints. --- diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index ac5394f04..301c852da 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -133,7 +133,7 @@ sub get_param_list { name => 'password_complexity', type => 's', choices => [ 'no_constraints', 'bmo' ], - default => 'bmo', + default => 'no_constraints', checker => \&check_multi },