Multi-Factor Authentication Setup
MFA is required for all users
{% if success %}
MFA enabled successfully! Save your backup codes below — they will not be shown again.
Backup Codes
-
{% for code in backup_codes %}
{{ code }}
{% endfor %}
Store these in a secure location. Each code can be used once if you lose access to your authenticator app.
{{ error }}
{% endif %}
1. Open your authenticator app (Google Authenticator, Microsoft Authenticator, Authy, etc.)
2. Add a new account by scanning the QR code or entering the secret manually
3. Enter the 6-digit code below to verify
{{ secret }}
{{ uri }}