X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=b08fbb3f2be24058e5baa2da7e1233b6230eec74;hb=de37d7a1d6a044cc7ec75017ee6e413f89b66dc1;hp=be6e54adb72433af7b1a469ecf24de7340819e6e;hpb=8ff40ad9fda839402bce3c2ec40925a6588675c8;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index be6e54adb..b08fbb3f2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -637,6 +637,20 @@ httemplate/docs/config.html }, { + 'key' => 'password-noampersand', + 'section' => 'password', + 'description' => 'Disallow ampersands in passwords', + 'type' => 'checkbox', + }, + + { + 'key' => 'password-noexclamation', + 'section' => 'password', + 'description' => 'Disallow exclamations in passwords (Not setting this could break old text Livingston or Cistron Radius servers)', + 'type' => 'checkbox', + }, + + { 'key' => 'qmailmachines', 'section' => 'deprecated', 'description' => 'DEPRECATED, add qmail and shellcommands exports instead. This option used to export `/var/qmail/control/virtualdomains\', `/var/qmail/control/recipientmap\', and `/var/qmail/control/rcpthosts\'. Setting this option (even if empty) also turns on user `.qmail-extension\' file maintenance in conjunction with the shellmachine option.',