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
In order to access the admin site, a user must have is_staff set to true.
Any user who can authenticate with an agency domain (via *_ALLOWABLE_DOMAIN env var) can log in (has the experience of a user that is not in any group, can do nothing) - i.e. is set to is_staff=True
Let's make sure to have unit tests covering this logic.
Acceptance Criteria
A user in the list is able to login with the currently supported SSO
The text was updated successfully, but these errors were encountered:
In order to access the admin site, a user must have
is_staff
set to true.Any user who can authenticate with an agency domain (via
*_ALLOWABLE_DOMAIN
env var) can log in (has the experience of a user that is not in any group, can do nothing) - i.e. is set tois_staff=True
Let's make sure to have unit tests covering this logic.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: