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

Settings

My Account



{% if config_smtp_enabled != '1' %}Sending receipts is disabled by your administrator.{% endif %}

Avatar

Avatar of {{ authuser.name }}

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 %}