{% extends "root.html" %} {% block head %} Settings - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{% if profile.id != user.id %}
{{ icon "skull" }} Editing other user's settings! Please be careful.
{% endif %}
{{ icon "smile" }} {{ text "settings:tab.account" }} {{ icon "user-round" }} {{ text "settings:tab.profile" }} {{ icon "paint-bucket" }} {{ text "settings:tab.theme" }} {{ icon "cookie" }} {{ text "settings:tab.sessions" }} {{ icon "cable" }} {{ text "settings:tab.connections" }}
Home timeline
This represents the timeline the home button takes you to.
{{ text "settings:label.change_password" }}
{{ text "settings:label.change_username" }}
{{ text "settings:label.two_factor_authentication" }}
{% if profile.totp|length == 0 %} {% else %}
{% endif %}
{{ icon "skull" }} {{ text "settings:label.delete_account" }}
{% endblock %}