]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1177911 - Determine and implement better password requirements for BMO
authorDylan Hardison <dylan@mozilla.com>
Wed, 4 Nov 2015 22:53:41 +0000 (17:53 -0500)
committerDylan Hardison <dylan@mozilla.com>
Wed, 4 Nov 2015 22:53:41 +0000 (17:53 -0500)
Revised: default password rules should be no_constraints.

Bugzilla/Config/Auth.pm

index ac5394f040e1358391e0979ee3e4ab03bf36ee12..301c852da44e3fbb3a0ac7395750609e79621832 100644 (file)
@@ -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
   },