From 64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 19 Sep 2017 11:48:11 -0400 Subject: Bug 1400949 - Password requirements not stated --- Bugzilla/Config/Auth.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config') 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 @@ -157,6 +157,12 @@ sub get_param_list { checker => \&_check_passwdqc_random_bits, }, + { + name => 'passwdqc_desc', + type => 'l', + default => 'The password must be complex.', + }, + { name => 'auth_delegation', type => 'b', -- cgit v1.2.3-24-g4f1b