{% extends "base_settings_page.html" %} {% block content %}

Warning!

Once a new factor has been added to your account, you can not access your account anymore using only your password. If you remove all your second factors, 2 Factor Authentication is automatically disabled for your account.

Add Authenticator App

{% for f in user.two_factor %} {% endfor %}
Factor type Name Actions
{{ f.type_str() }} {{ f.name }} Delete
{% endblock content %}