[freeside-commits] branch master updated. 9984a835dcb4cf39bc659643f0556e4b3011cbf8

Jeremy Davis jeremyd at 420.am
Tue Jan 19 11:59:59 PST 2016


The branch, master has been updated
       via  9984a835dcb4cf39bc659643f0556e4b3011cbf8 (commit)
      from  dfa43146bb9c472322b82c18a912f44401a76694 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9984a835dcb4cf39bc659643f0556e4b3011cbf8
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Jan 19 14:56:09 2016 -0500

    #39481 Change config for passwordmax

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 4b72be1..0f94f8f 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',
   },
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list