Problem/Motivation

I would like users to be able to log out of other sessions.

Steps to reproduce

In an account that has multiple sessions, go to user/edit
The checkbox appears for just an instant and disappears.

Proposed resolution

Since no one else sees this, it must be something on my site. I have no custom modules other than a node form hook. I have no modules that redirect on login. I changed the theme to see it was in that. Rebuilt the cache like a dozen times.

Where else would you look to resolve this?

I am on Drupal 10.1.2 and have 2.1.1 of the module.

Comments

duckydan created an issue. See original summary.

duckydan’s picture

Issue summary: View changes
duckydan’s picture

Issue summary: View changes
duckydan’s picture

FYI there is nothing in the log concerning this.

duckydan’s picture

OK, so does that checkbox only appear when you change the password?

duckydan’s picture

Status: Active » Closed (works as designed)
gapple’s picture

Yes, that checkbox uses the Form States API for visibility, to only show when a new value is being entered for the password, so there is some potential for the field to appear before form states have been processed.

The user profile tab showing active tokens is in need of some improvements to allow revoking all or individual tokens, separately from changing passwords #2500903: Provide individual information on a user's created tokens