[freeside-commits] branch FREESIDE_3_BRANCH updated. 01bdc344d07af3be10b7486d177c0a515da68b66
Ivan
ivan at 420.am
Sat Jan 18 18:18:01 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 01bdc344d07af3be10b7486d177c0a515da68b66 (commit)
from 6d515f60c36d987f78ee1674313c39de1ac0d2c1 (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 01bdc344d07af3be10b7486d177c0a515da68b66
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 18 18:18:01 2014 -0800
fix sip_passwordmax description, RT#25239
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index c751892..71b6ee3 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