{% extends "admin/layout.html" %} {% block title %}Admin Accounts – Admin{% endblock %} {% block body %}
{% trans %}Sub-admins get full admin access. They can optionally set up their own 2FA from their profile page. Only you can reset their 2FA.{% endtrans %}
{% trans %}No sub-admin accounts yet.{% endtrans %}
{% trans %}Use the form on the left to add one.{% endtrans %}
{% trans %}If your authenticator app stops working and you cannot log in, set ADMIN_BYPASS_2FA=1 in your .env file and restart the app. This lets you log in without a 2FA code. Once logged in, disable 2FA from your profile page, then remove the env var.{% endtrans %}
{% trans %}Alternatively, run python reset-admin-2fa.py on the server to wipe the TOTP secret directly from the database.{% endtrans %}