{% extends "base.html" %} {% from "_macros.html" import icon %} {% block title %}Your settings - LLeMbas{% endblock %} {% block head %} {% endblock %} {% block body_attrs %} data-authenticated="true"{% endblock %} {% block body %}
{% include "partials/sidebar.html" %}

Your settings

{% if error %} {% endif %} {% if saved %}
{{ icon("check", "icon--sm") }} {{ saved }}
{% endif %}

Account

Name

{{ user.name }}

Email

{{ user.email }}

Role

{{ user.role }}

Appearance

Moria is the dark theme, Shire the light one. Your choice is saved to this browser and to your account.

Change password

At least 8 characters.

Every other session is signed out when the password changes. You stay signed in here.

Session

{% endblock %}