Recover

{{ 'customer.recover_password.title' | t }}

{{ 'customer.recover_password.subtext' | t }}


{% form 'recover_customer_password' %} {{ form.errors | default_errors }} {% comment %} Assign variable to be used after timber.init() is run in theme.liquid {% endcomment %} {% if form.posted_successfully? %} {% assign resetPassword = true %} {% endif %}

{% endform %}