From c7a2cf03c480f65b1e4fa5d78d38c5776f8b0fef Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Wed, 4 Nov 2015 17:53:41 -0500 Subject: Bug 1177911 - Determine and implement better password requirements for BMO Revised: default password rules should be no_constraints. --- Bugzilla/Config/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config') 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 }, -- cgit v1.2.3-24-g4f1b