{% extends '_without_nav_base.html' %} {% load static %} {% load i18n %} {% block body %}
{# // Todoi:#}

{% trans 'Enable MFA' %}

  • {% trans 'Enable' %} MFA
  • {% if user.mfa_force_enabled %} {% trans 'MFA force enable, cannot disable' %} {% endif %}
    {% endblock %}