You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: