summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-09-25 13:19:46 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-09-25 13:19:46 -0400
commit66b90d3d395a6bace7d3d73743fbd3dc54bda8b6 (patch)
tree777eaa401dffb747cb7736508d74ba6b2273ca14 /FS
parent45c72d122fa15a957d3f8ef79ef3bd06f459f563 (diff)
RT# 75817 - fixed selecting random password on custmain page
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
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',
},