{% extends "base.html" %} {% block title %}Backup Codes - FINA{% endblock %} {% block body %}
verified_user

Two-Factor Authentication Enabled!

Save these backup codes in a secure location

warning

Important!

Each backup code can only be used once. Store them securely - you'll need them if you lose access to your authenticator app.

Your Backup Codes

{% for code in backup_codes %}
{{ loop.index }}. {{ code }}
{% endfor %}
download Download as PDF
info

How to use backup codes:

  • Use a backup code when you can't access your authenticator app
  • Enter the code in the 2FA field when logging in
  • Each code works only once - it will be deleted after use
  • You can regenerate codes anytime from Settings
{% endblock %}