I'd like to propose a patch that would:
- move the majority of autologout initialization code into a separate function called autologout_initialize(). That would allow other modules to initialize autologout on their own
- allow for drupal_alter()ing of autologout_timeout even for anonymous users

The use case I'm aiming to cover here is of external authentication and/or authorization - a user has to go through an external login form or similar in order to even gain access to the website as an anonymous user.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

evgeny.chernyavskiy created an issue. See original summary.

Status: Needs review » Needs work

The last submitted patch, 2: 2751119-autologout-initialize.patch, failed testing.

The last submitted patch, 2: 2751119-autologout-initialize.patch, failed testing.

The last submitted patch, 2: 2751119-autologout-initialize.patch, failed testing.

The last submitted patch, 2: 2751119-autologout-initialize.patch, failed testing.

evgeny.chernyavskiy’s picture

evgeny.chernyavskiy’s picture

evgeny.chernyavskiy’s picture

Status: Needs work » Needs review
evgeny.chernyavskiy’s picture