{% extends 'base.html' %} {% block title %}Manage two-step authentication{% endblock %} {% block content_title %}
With 2-Step authentication, the server will check first the username/email and password and then will ask for an authentication token generated by the Authenticator App installed in a mobile device (during 30 days logins from the same computer will not need the token). Using 2-Step authentication will make the account more secure.
QR code to setup the authenticator app
Secret Key {{ profile.tsa_secret }}
Backup codes Display/hide backup codes {% for code in profile.get_backup_codes %} {{ code }} {% if forloop.counter == 5 %}{% endif %} {% endfor %}