X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e9d0ee690cdea38eb1631763de8df32827c9cd1a;hp=0e89008af245db8c19d39aad0d91dbe1baa8a7f7;hb=c90a529450dd85902449788fd83940471be50377;hpb=fc299d99343e617911adc2aaf8de3063cbf4ab2a diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0e89008af..e9d0ee690 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4270,6 +4270,14 @@ and customer address. Include units.', }, { + 'key' => 'password-insecure', + 'section' => 'password', + 'description' => 'Disable all password security checks and allow entry of insecure passwords. NOT RECOMMENDED.', + 'type' => 'checkbox', + 'per_agent' => 1, + }, + + { 'key' => 'datavolume-forcemegabytes', 'section' => 'UI', 'description' => 'All data volumes are expressed in megabytes',