- Issue created by @prudloff
With this setting disabled, UID 1 is not special anymore:
https://www.drupal.org/node/2910500 →
Now any user can be an administrator.
Add this to services.yml
:
parameters:
security.enable_super_user: false
Browse to /admin/people/role-settings
and select a role as the admin role.
Now any user with this role has every permission.
The module should disable editing any user with the admin role.
Active
1.0
Code