X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c259b7a6292eecf22fbfaec228d0683511d061f1;hb=b5a9068479a38c2b901b1954a57c51f43e84be2d;hp=e55cd6f0daea0b6256cb599e185bcc752c2303b3;hpb=4fdc60587141db78b4baf67168cb5ab2122210d4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e55cd6f0d..c259b7a62 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4252,6 +4252,13 @@ and customer address. Include units.', }, { + 'key' => 'password-no_reuse', + 'section' => 'password', + 'description' => 'Minimum number of password changes before a password can be reused. By default, passwords can be reused without restriction.', + 'type' => 'text', + }, + + { 'key' => 'datavolume-forcemegabytes', 'section' => 'UI', 'description' => 'All data volumes are expressed in megabytes', @@ -5900,6 +5907,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-announcement', + 'section' => 'self-service', + 'description' => 'HTML announcement to display to all authenticated users on account overview page', + 'type' => 'textarea', + }, + + { 'key' => 'logout-timeout', 'section' => 'UI', 'description' => 'If set, automatically log users out of the backoffice after this many minutes.',