[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 1e1224053f37a836fa3638bacc7c410d7eaf66c7

Ivan ivan at 420.am
Sat Jan 18 18:18:03 PST 2014


The branch, FREESIDE_2_3_BRANCH has been updated
       via  1e1224053f37a836fa3638bacc7c410d7eaf66c7 (commit)
      from  162a27fe7ce0c2707026d0e74a60079918cdc899 (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 1e1224053f37a836fa3638bacc7c410d7eaf66c7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 18 18:18:02 2014 -0800

    fix sip_passwordmax description, RT#25239

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index fed5fb2..66b6f9b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1625,7 +1625,7 @@ and customer address. Include units.',
   {
     'key'         => 'sip_passwordmax',
     'section'     => 'telephony',
-    'description' => 'Maximum SIP password length (default 8) (don\'t set this over 12 if you need to import or export crypt() passwords)',
+    'description' => 'Maximum SIP password length (default 80)',
     'type'        => 'text',
   },
 

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

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list