{% extends "base.html" %} {% block title %}Profile - OPNsense Backup Manager{% endblock %} {% block content %}

Profile

Manage your username, password, and multi-factor authentication.

Change Username

Change Password

Two-Factor Authentication (TOTP)

Use an authenticator app (Aegis, Authy, 1Password, Google Authenticator, etc.) to secure your account.

{% if user.totp_enabled %}
TOTP is currently enabled for your account.
{% else %} {% if not user.totp_secret %}
{% else %}

Scan QR Code:

Secret: {{ user.totp_secret }}

OTPAuth URI:

{{ totp_uri }}
{% endif %} {% endif %}
{% if totp_uri %} {% endif %} {% endblock %}