From 1e1224053f37a836fa3638bacc7c410d7eaf66c7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 18 Jan 2014 18:18:02 -0800 Subject: [PATCH] fix sip_passwordmax description, RT#25239 --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, -- 2.11.0