Reset Your Password
Forgot your password?
{{ 'customer.recover_password.title' | t }}
{% comment %} If a user has successfully requested a new password, the form.posted_successfully? variable is set to true within the 'recover_customer_password' form only. Within that form you'll see us assign a variable 'reset_success' to true, which is used in JS to show our success message. {% endcomment %}
{% endform %}
{{ 'customer.recover_password.success' | t }}
{{ 'customer.recover_password.subtext' | t }}
{% form 'recover_customer_password' %} {{ form.errors | default_errors }}