Emergency Access Active

You are currently using emergency access. Please reset your admin password and disable this access when done.

Create Superuser

Reset User Password

All Users

{% for user in users %} {% endfor %}
Email 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!