diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d5e0fa612..72b449c03 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4043,10 +4043,10 @@ and customer address. Include units.', }, { - 'key' => 'password-generated-allcaps', + 'key' => 'password-generated-characters', 'section' => 'password', - 'description' => 'Causes passwords automatically generated to consist entirely of capital letters', - 'type' => 'checkbox', + 'description' => 'Set of characters to use when generating random passwords. This must contain at least one lowercase letter, uppercase letter, digit, and punctuation mark.', + 'type' => 'textarea', }, # { |