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

Setup Passkey Authentication

Security Notice: Passkeys provide the highest level of security for your admin account.

🔑 What is a Passkey?

A passkey is a modern, secure way to sign in using your device's built-in security features:

Step 1: Creating Your Passkey

Setting up your passkey...

Step 2: Backup Codes

After creating your passkey, you'll also receive backup codes that you can use if you lose access to your device.

{% if is_current_user %}

← Back to 2FA Management

{% else %}

← Back to setup options

{% endif %}
{% endblock %}