{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Change Password{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Change Password

Update your account password here. After saving, use the new password the next time you sign in.

{% if error %}
{{ error }}
{% endif %}
Back
{% endblock %}