summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Auth.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/Auth.pm')
-rw-r--r--Bugzilla/Config/Auth.pm2
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
},