X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ffe53027d2f50a621b9376984efc86a61e497a27;hb=0790edcdbe153a90f370830184765c897b2a56b5;hp=990f2a3be2f795221df26c6363ed16de0046b984;hpb=c6ca6b86737effb2e3475734753f3f02f2b095ed;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 990f2a3be..ffe53027d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5679,6 +5679,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.',