[freeside-commits] branch FREESIDE_4_BRANCH updated. af963c59357089c9f8f85580a2c9d379a3292660

Jeremy Davis jeremyd at 420.am
Tue Jan 19 12:00:32 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  af963c59357089c9f8f85580a2c9d379a3292660 (commit)
      from  51832db3ca7575ef21685ccc4f15c9d8af52756c (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 af963c59357089c9f8f85580a2c9d379a3292660
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Jan 19 15:00:25 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