{% extends 'prefs.html' %} {% from 'include/panel.html' import panel %} {% set active_panelid='mfa' %} {% block panel %}

{% trans %}Two-Factor Authentication{% endtrans %}

{% trans %}You can enhance the security of your account by enabling two-factor authentication (2FA).{% endtrans %} {% trans %}When enabled, a verification code is sent to your email address each time you log in from a new location to verify that it is you.{% endtrans %}

{% include 'message.html' %}
{{ form }}
{% endblock %}