X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fed5fb23e99fa48fea1beda2652fd78a7b976283;hb=b67aa7e32eddd8d67d53ef534a4803f1162f2cca;hp=f042710df46ce515a2582acadcc06fd2d872b0ec;hpb=317d3ddb21bd6228ae91d22adcca6978edbb27d0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f042710df..fed5fb23e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1616,6 +1616,21 @@ and customer address. Include units.', }, { + 'key' => 'sip_passwordmin', + 'section' => 'telephony', + 'description' => 'Minimum SIP password length (default 6)', + 'type' => 'text', + }, + + { + '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)', + 'type' => 'text', + }, + + + { 'key' => 'password-noampersand', 'section' => 'password', 'description' => 'Disallow ampersands in passwords',