Closed (duplicate)
Project:
Automated Logout
Version:
6.x-4.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2012 at 10:24 UTC
Updated:
10 May 2013 at 12:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
Race.it commentedThis is another patch to stop user variables being set if that option is not on. (i.e. dont set user specific timeouts unless the variable is set for this.)
Comment #2
Race.it commentedhere is a third patch that only checks the timeouts of roles that are enabled, and not just over all the roles that the users may have.
Comment #3
BasH commented+ if (variable_get('autologout_allow_individual_user_timeouts', FALSE) {
should be
+ if (variable_get('autologout_allow_individual_user_timeouts', FALSE)) {
Comment #4
johnennew commentedThanks for the report. This will be fixed by the backport of :
http://drupal.org/node/1700706#comment-7397972
Marking this a duplicate.