summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-19 17:48:11 +0200
committerGitHub <noreply@github.com>2017-09-19 17:48:11 +0200
commit64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 (patch)
treee11680ca012ae863235c9ea3c74a19684b7be7a6 /Bugzilla/Config
parent5abefb689bc17dc26e747164f9251926faade358 (diff)
downloadbugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.gz
bugzilla-64edd1e8659406d638ec44bf6bc2e69ff7e31ef0.tar.xz
Bug 1400949 - Password requirements not stated
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/Auth.pm6
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,