diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 21af2b4cf..d7bd80a24 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2074,6 +2074,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'password-generated-allcaps', + 'section' => 'password', + 'description' => 'Causes passwords automatically generated to consist entirely of capital letters', + 'type' => 'checkbox', + }, + ); 1; |