diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-18 18:18:00 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-18 18:18:00 -0800 |
commit | 5fbd483ef56737fad894f18ec311a817c40054f0 (patch) | |
tree | 1c04df9c89f60dfdb9627dc403c46358adf0833f | |
parent | bd21af24d938849cd919d46c8d59eab8c2e937de (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 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', }, |