{% extends 'layout/base.twig' %} {% set title = '2FA Backup Codes' %} {% set pageTitle = '2FA Backup Codes' %} {% set pageDescription = 'Save these backup codes in a safe place' %} {% set pageIcon = 'fas fa-key' %} {% block content %}

2FA Backup Codes

Save these codes in a safe place - they can be used to access your account if you lose your authenticator device

{# Warning #}

Important Security Notice

These backup codes are shown only once. Each code can only be used once. Store them securely and never share them with anyone.

{# Backup Codes #}

Your Backup Codes

{% for code in backupCodes %}
{{ code }}
{% endfor %}
{# Instructions #}

How to use backup codes:

  • • When logging in, enter a backup code instead of your 2FA code
  • • Each backup code can only be used once
  • • After using a code, it will be automatically removed from your account
  • • If you run out of backup codes, you'll need to disable and re-enable 2FA
{# Actions #}
{% endblock %}