From: Ivan Kohler Date: Fri, 25 Aug 2017 22:05:35 +0000 (-0700) Subject: force employee logouts, employee session reports, RT#74953 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e42acf0982119c844bf1cf67d93ccfcebdf445ae force employee logouts, employee session reports, RT#74953 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d41cc741b..e2ebd09af 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5788,8 +5788,8 @@ and customer address. Include units.', { 'key' => 'logout-timeout', - 'section' => 'UI', - 'description' => 'If set, automatically log users out of the backoffice after this many minutes.', + 'section' => 'deprecated', + 'description' => 'Deprecated. Used to automatically log users out of the backoffice after this many minutes. Set session timeouts in employee groups instead.', 'type' => 'text', },