- 🇬🇧United Kingdom adamps
unable to edit 'regular' users that do not have any roles beyond the regular 'verified' role
Where does this 'verified' role come from? I cannot see any sign of this special role in Drupal Core or in this module. So I guess it is specific to your site.
I notice the verified role being explicitly removed from the list of roles
The settings form filters out any roles with permission 'administer users' - see
AccessManager::managedRoles()
. I can't see any other code to filter out roles in this module.Observe that this user can not see any of the users without any roles
Except these users do have the special 'verified' role??
I believe this is working fine on my site, so I cannot reproduce.
- 🇳🇱Netherlands eelkeblok Netherlands 🇳🇱
🤦♂️ so sorry for the confusion, I mean the regular authenticated role (the translation in Dutch is more like verified, which is where my mistake originates, I think). I need to recheck, because if something is truly off, I would think that would have been apparent.
- 🇬🇧United Kingdom adamps
Ah that makes sense now.
The authenticated role should not be visible in the settings form as it should always count as a safe role. The permission 'View users with allowed roles' should allow access to view authenticated users.