{% extends 'django_mfa/base.html' %} {% load i18n %} {% block content %}

{% trans "Two Factor Settings" %}

{% trans '← Back to settings' %}

Two-factor authentication

{% if twofactor_enabled %}

Status: On

Disable MFA
{% else %}

Status: Off

Enable MFA

Two-factor authentication provides another layer of security to your account.

{% endif %}

U2F authentication

Status: {% if u2f_enabled %}{% trans "On" %}{% else %}{% trans "Off" %}{% endif %}

Manage U2F

U2F authentication provides another layer of security to your account.


Backup Codes Status

{% trans "Backup codes remaining" %}: {{ backup_codes | length }}

Get Backup Codes

{% endblock %}