Skip to content

Managing users

Betsy Lorton edited this page Aug 28, 2025 · 5 revisions

Managing users

Admin vs non-admin users

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.

Clone this wiki locally