{% extends '__layout__.html' %} {% block title %}Enable TOTP{% endblock %} {% block head %} {% endblock %} {% block content %}

Enable TOTP

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Scan the QR code below using a authenticator app (eg. Google Authenticator, Authy)

QR Code

Note: Once this is enabled, you CANNOT disable it ever.

{% endblock %}