Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle retired admins #691

Open
ajkiessl opened this issue Sep 11, 2023 · 0 comments
Open

How to handle retired admins #691

ajkiessl opened this issue Sep 11, 2023 · 0 comments

Comments

@ajkiessl
Copy link
Contributor

ajkiessl commented Sep 11, 2023

This may just be something we deal with manually whenever it comes up. We had an instance where an ex-admin became a student. When they logged in as an author, they still had test data from when they were an admin, and they had admin privileges.

We could add to the author and approver login code to check if the user is still an admin, and if not, update their admin record to remove admin privileges. There should already be code to remove them as admins if they try to login in as an admin. We should double-check this, though.

I don't think there's anything we can do about the test data. The admins will have to handle this themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant