Browse
Shopping Cart
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 %}
{{ 'customer.recover_password.subtext' | t }}
{% form 'recover_customer_password' %} {{ form.errors | default_errors }}
{% endform %}