{% extends "base.html" %} {% block title %}Profile - OPNsense Backup Manager{% endblock %} {% block content %}
Manage your username, password, and multi-factor authentication.
Use an authenticator app (Aegis, Authy, 1Password, Google Authenticator, etc.) to secure your account.
{% if user.totp_enabled %}Scan QR Code:
Secret: {{ user.totp_secret }}
OTPAuth URI:
{{ totp_uri }}