diff options
author | Struan Donald <struan@exo.org.uk> | 2020-10-16 15:11:50 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-10-23 10:07:54 +0100 |
commit | 9150a5f72725d58055f9b5e60d339a781f9440f1 (patch) | |
tree | 0227f164d5ea60648bb108b4e400c56f8602370d /docs/_includes/admin-tasks-content.md | |
parent | 65b2893f9c2512e51d66885a393b77f84efa8330 (diff) |
allow bulk removal of staff status from users
Bulk option to remove body, roles and permisions, and disable login in
admin for users.
Fixes mysociety/fixmystreet-commercial#2025
Diffstat (limited to 'docs/_includes/admin-tasks-content.md')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index 234565587..410caf272 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -528,6 +528,20 @@ maintenance) to a staff user by editing the user and checking the relevant categ staff user, when logged in, will then only see reports within those categories. This is useful where a staff user only deals with reports of a specific type. +#### Removing staff status from accounts + +To remove the staff status from an account visit the user page and +uncheck the ‘staff’ checkbox. To prevent a user from logging in uncheck +the ‘email verified’ checkbox. + +You can do this in bulk on the Users screen by selecting the checkbox +next to the user's name on the users page, selecting the ‘Remove staff +permission’ checkbox and clicking submit. + +Note that if a user has access to the email address associated with an +account they can re-enable their account, but will not have staff +permissions. + #### Removing accounts To remove an account, the Administrator-level member of staff should make contact with |