{% extends "base.html" %} {% block title %}Set up two-factor authentication — allowthem{% endblock %} {% block body %}

Set up two-factor authentication

Scan the QR code with your authenticator app, or enter the secret key manually.

{{ totp_uri }}
Secret key: {{ secret }}
{% if error %}
{{ error }}
{% endif %}

Back to settings

{% endblock %}