diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-09-19 17:48:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 17:48:11 +0200 |
commit | 64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 (patch) | |
tree | e11680ca012ae863235c9ea3c74a19684b7be7a6 /Bugzilla | |
parent | 5abefb689bc17dc26e747164f9251926faade358 (diff) | |
download | bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.gz bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.xz |
Bug 1400949 - Password requirements not stated
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config/Auth.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index 612fd1f3f..965d922d7 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -158,6 +158,12 @@ sub get_param_list { }, { + name => 'passwdqc_desc', + type => 'l', + default => 'The password must be complex.', + }, + + { name => 'auth_delegation', type => 'b', default => 0, |