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
The Metro2 evaluator tool has two types of users: admin and non-admin users. Both admin and non-admin users can use the Metro2 application to view Metro2 event data for events they are assigned to.
Admin users also have access to the administrator view of the Metro2 application. Admin users have the ability to:
Create and update event records
Assign and un-assign users to events
Add and modify evaluator metadata
Deactivate and re-activate users
User accounts in the tool use Django's built-in User model. Admin users are assigned by setting the is_staff and is_superuser fields to True.