{% set title = __("Reset password") %} {% set formId = "pwreset" %} {% set formError = getAndClearFormError(formId) %} {% extends "base.twig" %} {% block content %}
{% 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 %}