{% extends "layouts/main.html" %} {% block title %}Reset password{% include "layouts/_app_title_suffix.html" %}{% endblock %} {% block page_title %}Reset password{% endblock %} {% block content %}
Set a new password for {{ user.name }} ({{ user.login }}).
{% if error %}{{ error }}
{% endif %} {% if success %}Password updated.
{% endif %}