{% extends 'base.html' %} {% block title %}Manage two-step authentication{% endblock %} {% block content_title %}

Account {{ profile.user.username }}

{% endblock %} {% block content %}
Manage Two-Step Authentication {% if not chart_url %}

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.

{% endif %} {% csrf_token %} {{ form.as_p }}
{% if chart_url %}

{{ profile.tsa_secret }}

Display/hide backup codes

{% endif %}

{% endblock %}