Emergency Access Active

You are currently using emergency access. The database will be automatically initialized if needed. 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 %}

🗄️ Database Management

Use this to clear prepared statements and reset the database. This will drop all tables and clear all data.

Warning: This will delete ALL data!

This action will drop all tables and clear all data. You will need to create a superuser after this.

Emergency access granted via SECRET_KEY authentication

Remember to disable emergency access when you're done!