Please, avoid appearing on every single unrelated category page by adding the necessary condition:

function autologout_form_user_profile_form_alter(&$form, $form_state) {
  if ($form['#user_category'] == 'account') {

Comments

johnennew’s picture

Status: Active » Fixed

Hi @djg_tram,

I have committed this to the 7.x-4.x branch

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 8d543e0 on 7.x-4.x, 8.x-1.x authored by djg_tram, committed by ceng:
    Issue #1929232 by djg_tram: Make sure the user field for the time limit...