{% extends "base.html.j2" %} {% import 'macros.imp.j2' as macros %} {% block title %}Account Management{% endblock %} {% block content %} {{ super() }}
Change Password

Login Token

You can append ?token=... to any URL to automatically log you in. Generating a new token will invalidate the old one, but keep logged in sessions alive.


{% endblock %}