{% extends "base.html" %} {% block content %}

Two-Factor Authentication Setup

{% if forced_setup %}
Required: You must set up two-factor authentication to continue using your account.
{% endif %}
  1. Install an authenticator app like Google Authenticator or Microsoft Authenticator on your phone
  2. Scan the QR code below or manually enter the secret key in your authenticator app
  3. Enter the 6-digit code from your app to verify setup
QR Code

Secret Key: {{ secret }}

Enter this secret key manually in your authenticator app if you can't scan the QR code.

{% if not forced_setup %} Cancel {% else %} Logout {% endif %}
{% endblock %}