From: Ivan Kohler Date: Sun, 19 Jan 2014 02:18:02 +0000 (-0800) Subject: fix sip_passwordmax description, RT#25239 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1e1224053f37a836fa3638bacc7c410d7eaf66c7 fix sip_passwordmax description, RT#25239 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fed5fb23e..66b6f9b42 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', },