{% extends "panel/base.html" %} {% block title %}Security — JQC Control{% endblock %} {% block page_title %}Security{% endblock %} {% block content %}
Two-Factor Authentication
{% if mfa_enabled %} Enabled {% else %} Disabled {% endif %}
{% if mfa_enabled %}

Your superadmin account requires a 6-digit code at every sign-in. Recovery codes remaining: {{ recovery_remaining }}.

{% else %}

Two-factor is strongly recommended — the control panel manages every tenant. After your password you'll confirm a one-time code from an authenticator app.

Enable Two-Factor {% endif %}
{% endblock %}