{% extends 'layout/base.twig' %} {% set title = 'Setup Two-Factor Authentication' %} {% set pageTitle = 'Setup 2FA' %} {% set pageDescription = 'Configure two-factor authentication for your account' %} {% set pageIcon = 'fas fa-shield-alt' %} {% block content %}

Setup Two-Factor Authentication

{# Step 1: Download Authenticator App #}

Step 1: Install an Authenticator App

Download one of these apps on your mobile device:

Google Authenticator

iOS & Android

Authy

iOS & Android

Microsoft Authenticator

iOS & Android

{# Step 2: Scan QR Code #}

Step 2: Scan QR Code

Open your authenticator app and scan this QR code:

QR Code for 2FA setup

Can't scan? Enter this code manually:

{{ secret }}
{# Step 3: Verify Code #}

Step 3: Verify Setup

Enter the 6-digit code from your authenticator app:

{{ csrf_field() }}

Enter 6-digit code

Cancel
{# Security Notice #}

Important Security Notice

Once 2FA is enabled, you'll need your authenticator app to log in. Make sure to save your backup codes in a secure location.

{% endblock %}