{% extends 'accounts/base.html' %} {% load static %} {% block title %}Two-Factor Authentication Setup - Accounts{% endblock %} {% block breadcrumb %} {% endblock %} {% block page_header %}

Two-Factor Authentication

Add an extra layer of security to your account

Back to Settings
{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Two-Factor Authentication Status

Secure your account with an additional verification step

{% if user.two_factor_enabled %} Enabled {% else %} Disabled {% endif %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if not user.two_factor_enabled %}
Why Enable Two-Factor Authentication?
Enhanced Security: Even if someone knows your password, they can't access your account without your phone.
Login Alerts: Get notified immediately when someone tries to access your account.
Industry Standard: Used by major platforms like Google, Facebook, and banking institutions.
Backup Codes: Access your account even if you lose your phone with recovery codes.
Download an Authenticator App

Choose and install one of these recommended authenticator apps on your smartphone:

{% else %}
Two-Factor Authentication is Enabled

Your account is protected with two-factor authentication. You'll need to enter a code from your authenticator app when signing in.


{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}