{% 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.


{% if current_user.admin %}

Administration

Create User

Sets up a new user account using a default password.




{% endif %} {% endblock %}