{% extends "base.html" %} {% block title %}Enable Two-Factor Auth{% endblock %} {% block page_title %}Enable Two-Factor Authentication{% endblock %} {% block content %}
Authenticator App Setup
Scan the QR code with Google Authenticator, Authy, or any TOTP app.
Step 1 — Scan QR code
TOTP QR code
Can't scan? Enter this key manually:
{{ secret }}
Step 2 — Confirm with a code
Enter the current 6-digit code shown in your authenticator app to confirm setup.
{% endblock %}