{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}Setup Two-Factor Authentication{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Setup Two-Factor Authentication

Security Notice: Two-factor authentication is required for admin access. Please choose a 2FA method to continue.

To access the admin panel, you must set up two-factor authentication. Choose one of the following methods:

{% csrf_token %}

📱 Authenticator App (TOTP)

Use an authenticator app like Google Authenticator, Authy, or Microsoft Authenticator. This is the most common and secure method.

🔑 Passkey (WebAuthn)

Use a passkey with your device's built-in security (fingerprint, face ID, or PIN). Works with YubiKeys, Apple Passwords, Google Password Manager, and more.

{% endblock %}