[freeside-commits] branch master updated. 5fbd483ef56737fad894f18ec311a817c40054f0

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


The branch, master has been updated
       via  5fbd483ef56737fad894f18ec311a817c40054f0 (commit)
      from  bd21af24d938849cd919d46c8d59eab8c2e937de (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 5fbd483ef56737fad894f18ec311a817c40054f0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 18 18:18:00 2014 -0800

    fix sip_passwordmax description, RT#25239

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 80022e4..773a157 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1733,7 +1733,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