Add the ability to disable user accounts in admin

I often have situations where I need to prevent access to a specific user account, sometimes temporarily, sometimes permanently.

More often than not, this is for security reasons.

For accounts that need to be permanently disabled, it would be easy to say “just delete them” but there’s often a lot of content associated with that account that would need transferring to other accounts. This may not be appropriate for many reasons.

My way around this at present is to change the password but a much more effective method IMHO would be to have a simple enabled/disabled checkbox.


Read-only archive: Issues · ClassicPress/ClassicPress · GitHub

Author: 1stepforward

Vote count: 11

Status: open


Comments

This is something I would like to see. Maybe as simple as a new role, Disabled, which would prevent user from logging in completely with an error message “Your account is disabled”.

1 Like