X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=6b9aab213883d3162782303bcfe4c603cf30815e;hp=b368c8fbcc63faa802a9e6b3052fc3e28399b5c1;hb=0c04fc78f66d17a5736686757cd8f838715c8380;hpb=b668e94b7ed814217c9e4a9cfec6ed4df98e023a diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b368c8fbc..6b9aab213 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1724,6 +1724,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',