diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-09-25 13:19:46 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-25 13:19:46 -0400 |
commit | 66b90d3d395a6bace7d3d73743fbd3dc54bda8b6 (patch) | |
tree | 777eaa401dffb747cb7736508d74ba6b2273ca14 /FS | |
parent | 45c72d122fa15a957d3f8ef79ef3bd06f459f563 (diff) |
RT# 75817 - fixed selecting random password on custmain page
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 302bae72c..fd05231d6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1814,7 +1814,7 @@ and customer address. Include units.', { 'key' => 'passwordmin', 'section' => 'password', - 'description' => 'Minimum password length (default 6)', + 'description' => 'Minimum password length (default 8)', 'type' => 'text', }, |