{% extends "layouts/main.html" %} {% block title %}Reset password — pyvelm{% 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 %}

Minimum 6 characters.

Back to user
{% endblock %}