From: Jeremy Davis Date: Tue, 19 Jan 2016 19:56:09 +0000 (-0500) Subject: #39481 Change config for passwordmax X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9984a835dcb4cf39bc659643f0556e4b3011cbf8 #39481 Change config for passwordmax --- 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', },