{% extends "base.html" %} {% block title %}Account Settings{% endblock %} {% block navdropdown %} {% endblock %} {% block sidebar %}
{{ lang.sidebar_acc_actions }} {{ lang.sidebar_settings }} TOTP {{ lang.sidebar_settings }} {{ lang.sidebar_servers }}
{% endblock %} {% block content %}
{{ output|raw }}

{{ lang.settings_change_pass }}


{{ xsrf.pass|raw }}

{{ lang.settings_update_email }}


{{ xsrf.email|raw }}

Login Notification


Success

{{ lang.settings_notify_no_email_me }}

Failed

{{ lang.settings_notify_no_email_me }}
{{ xsrf.notify|raw }}

Sub-User Token


If you have recieved an email because you were added as a subuser on a server please enter that token in the box below.

{{ xsrf.notify|raw }}
{% endblock %}