{% extends "admin/base_site.html" %} {% block extrahead %} {% endblock %} {% block content %}

Your Backup Codes of

{{site_name}}

Save these backup codes in a secure location. You can use them to sign in if you lose access to your authenticator app.

    {% for code in codes %}
  • {{ code }}
  • {% endfor %}

Important: Each code can only be used once. Store them securely and keep them private.

Complete Setup
Created by HIMOSOFT
Backup codes copied to clipboard
{% endblock %}