force employee logouts, employee session reports, RT#74953
authorIvan Kohler <ivan@freeside.biz>
Fri, 25 Aug 2017 22:05:35 +0000 (15:05 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 25 Aug 2017 22:05:35 +0000 (15:05 -0700)
FS/FS/Conf.pm

index d41cc74..e2ebd09 100644 (file)
@@ -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',
   },