From 5fbd483ef56737fad894f18ec311a817c40054f0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 18 Jan 2014 18:18:00 -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 80022e431..773a157a2 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', }, -- 2.11.0