summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
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:59:14 -0400
commit6fad5ab48dccd69412e1003cb659ec27f277c445 (patch)
tree695c135a9af54f8cf637cbec4d44e7b57df2d459 /FS/FS/Conf.pm
parent9b47eb2090ca7eb9ff7eaef07563600296866759 (diff)
RT# 75817 - fixed selecting random password on custmain page
Diffstat (limited to 'FS/FS/Conf.pm')
-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 a48a79b..83d511b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1838,7 +1838,7 @@ and customer address. Include units.',
{
'key' => 'passwordmin',
'section' => 'password',
- 'description' => 'Minimum password length (default 6)',
+ 'description' => 'Minimum password length (default 8)',
'type' => 'text',
},