| Status | Role | Group | |
|---|---|---|---|
| {{ user.email }} | {% if user.is_active %} Active {% else %} Inactive {% endif %} | {% if user.is_superuser %} Superuser {% elif user.is_staff %} Staff {% else %} User {% endif %} | {% if user.group %} {{ user.group }} {% else %} - {% endif %} |
Emergency access granted via SECRET_KEY authentication
Remember to disable emergency access when you're done!