{% extends "layout.html" %} {% block title %}Security{% endblock %} {% block content %} {% include "modal.html" %}

Change password


2-Factor configuration

FIDO2 tokens
{% for authenticator in authenticators %} {% endfor %}
IDName
{{ authenticator.id }} {{ authenticator.name }} Delete

Add FIDO2 token

{% if totp_enabled and user.totp_enabled %}
TOTP token



{% endif %}
{% endblock %}