diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-18 18:18:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-18 18:18:01 -0800 |
commit | 01bdc344d07af3be10b7486d177c0a515da68b66 (patch) | |
tree | d3662114eabf447962d990582353cc0b2323e15d | |
parent | 6d515f60c36d987f78ee1674313c39de1ac0d2c1 (diff) |
fix sip_passwordmax description, RT#25239
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c751892a6..71b6ee353 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', }, |