fix sip_passwordmax description, RT#25239
authorIvan Kohler <ivan@freeside.biz>
Sun, 19 Jan 2014 02:18:02 +0000 (18:18 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 19 Jan 2014 02:18:02 +0000 (18:18 -0800)
FS/FS/Conf.pm

index fed5fb2..66b6f9b 100644 (file)
@@ -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',
   },