{% extends "base.html" %} {% block title %}Change Password — {{ library_name() }}{% endblock %} {% block content %}

Change Password

You'll be logged out after a successful change. Log back in with your new password.

{% if error %}

{{ error }}

{% endif %}
{% endblock %}