diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config/Auth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |