{% extends "base.html" %} {% load i18n %} {% block head_title %}Security Settings{% endblock %} {% block content %}
Manage your passkeys, authenticator apps, and recovery codes.
Sign in with biometrics or a hardware key — no password needed.
You have {{ webauthn_list|length }} security key{{ webauthn_list|length|pluralize }} registered.
{% else %}No passkeys registered yet.
Add a passkey to sign in with Face ID, Touch ID, or a hardware security key.
Use apps like Google Authenticator, Authy, or 1Password.
Active — An authenticator app is protecting your account.
Deactivate {% else %}No authenticator app configured.
Set Up Authenticator App {% endif %}Backup codes you can use if you lose access to your other 2FA methods.
{% if unused_count > 0 %} {{ unused_count }} of {{ total_count }} codes remaining. {% else %} All recovery codes have been used. Generate new ones below. {% endif %}
{% if is_mfa_enabled %} No recovery codes generated. Generate some now so you don't get locked out. {% else %} Recovery codes become available once you have at least one 2FA method enabled. {% endif %}
{% if is_mfa_enabled %} Generate Recovery Codes {% endif %} {% endif %}