{% set title = __("Reset password") %} {% set formId = "pwreset" %} {% set formError = getAndClearFormError(formId) %} {% extends "base.twig" %} {% block content %}

{{ __("Reset password") }}

{% if formError %} {% include "components/alert_error.twig" with { message: formError } %} {% endif %}





{{ __("I know my password and I want to %link%log in%/link%!", { "link": '', "/link": '', }) }}
{% endblock %} {% block scripts %} {{ parent() }} {% endblock %}