{% extends "./master.njk" %} {% block content %}
{% include "./components/navbar.njk" %}

Settings

{% if page == 'profile/personal' %} {% else %} {% endif %} Personal Data {% if page == 'profile/security' %} {% else %} {% endif %} Security / Login
{% if page == 'profile/personal' %}

Personal Data

{% endif %} {% if page == 'profile/security' %}

Change Password

Two-Factor Authentication

{% if otp.active != true %}
{% endif %}
{% if otp.active == true %}
{% endif %}

How to use 2FA?


Which apps can I use with the 2FA code?


{% endif %} {% if page == 'profile/otp/create' %}

Two-Factor Authentication

{% endif %}
{% endblock %}