{% extends "base.html" %} {% block main %}

Settings

My Account

{{ authuser.name }}
Avatar of {{ authuser.name }}
{% if config_smtp_enabled == '1' %}
{% endif %}

Avatar


Password




Touchkey

Draw a new touchkey (leave empty to disable):

Tokens

Warning: Login tokens are a convenience feature that if used may weaken security. Make sure you only use tokens not easily accessible to other people.
{% for token in tokens %} {% endfor %}
Token Name Created Actions
•••••••• {{ token.name }} {{ token.date }} Delete
{{ super() }} {% endblock %} {% block eanwebsocket %} let tokeninput = document.getElementById("settings-newtoken-token"); tokeninput.value = e.data; tokeninput.select(); tokeninput.scrollIntoView(); {% endblock %}