{% extends "base.html" %} {% block content %}

Registration Successful!

Welcome, {{ username }}! Your account has been created successfully. To complete the setup, please scan the QR code below with your authenticator app.

Setup Two-Factor Authentication

QR Code for 2FA Setup

Scan this QR code with your authenticator app

Setup Instructions:
  1. Download an authenticator app:
    • Google Authenticator
    • Microsoft Authenticator
    • Authy
    • 1Password
  2. Open the app and tap "Add Account" or "+"
  3. Choose "Scan QR Code"
  4. Point your camera at the QR code above
  5. Your account will be added automatically
Security Benefits:
  • Protects against password theft
  • Prevents unauthorized access
  • Works offline (no internet required)
  • Industry-standard TOTP protocol
  • Compatible with all major apps
Important: Save your recovery codes or backup your authenticator app. If you lose access to your authenticator, you may not be able to log in.
Frequently Asked Questions

You can manually enter the secret key in your authenticator app. Look for an option like "Enter code manually" or "Manual entry" in your app.

Google Authenticator is the most popular choice, but Microsoft Authenticator, Authy, and 1Password also work excellently. Choose one that you're comfortable with.

Yes! This uses the industry-standard TOTP (Time-based One-Time Password) protocol, which is used by major services like Google, Microsoft, and GitHub. The codes change every 30 seconds and can't be reused.
{% endblock %}