diff options
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, |