{% include 'public/partials/header.html' %}
Account recovery

Choose a new password

{% if !$valid %}
This password-reset link is invalid or expired.
Request another link{% else %}{% if $error %}
The passwords must match and meet the board minimum length.
{% endif %}
{% endif %}
{% include 'public/partials/footer.html' %}