summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2016-01-19 15:00:25 -0500
committerJeremy Davis <jeremyd@freeside.biz>2016-01-19 15:00:25 -0500
commitaf963c59357089c9f8f85580a2c9d379a3292660 (patch)
treec02a7eed74f404a630edc24ac58a5384040fed10
parent51832db3ca7575ef21685ccc4f15c9d8af52756c (diff)
#39481 Change config for passwordmax
-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 4b72be1bd..0f94f8ff2 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1752,7 +1752,7 @@ and customer address. Include units.',
{
'key' => 'passwordmax',
'section' => 'password',
- 'description' => 'Maximum password length (default 8) (don\'t set this over 12 if you need to import or export crypt() passwords)',
+ 'description' => 'Maximum password length (default 12) (don\'t set this over 12 if you need to import or export crypt() passwords)',
'type' => 'text',
},