We've sent you an email with a link to update your password.
{% form 'customer_login' %}
{{ 'customer.login.title' | t }}
{% include 'form-errors-custom' %}
{% if form.password_needed %}
{{ 'customer.login.forgot_password' | t }}
{% endif %}
{{ 'customer.login.or' | t }}
{{ 'customer.login.cancel' | t }} {% endform %} {% comment %} This page uses JavaScript to show/hide the recover password form {% endcomment %}
{% if shop.checkout.guest_login %}
{{ 'customer.login.guest_title' | t }}
{% form 'guest_login' %}
{% endform %} {% endif %}