* {{ 'customers.login.required_fields' | t }}
{{ 'customers.login.forgot_password' | t }}LOGIN 666
{% comment %}
This template will be automatically generated for you if the file doesn't exist,
but where's the fun in having no control? Define your layout below.
The 'layout settings.customer_layout' line is inserted at the top of every customer account template.
Your theme's settings determine to use the 'default' or 'theme' customer templates.
More info:
- http://www.tetchi.ca/shopify-theme-from-scratch-part-11/
Template note:
- All IDs on this template are required to make the forms submit properly
- There are two instances of inline JS below. Best practices advise separating this
into an external JS file.
{% endcomment %}
{% 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 %}
{{ 'customers.login.title' | t }}
{% comment %}
This form must use 'customer_login'
{% endcomment %}
{% form 'customer_login' %}
{% include 'form-errors-custom' %}
{% if form.password_needed %}
{% endif %}
Or
{% endform %} {% comment %} This page uses JavaScript to show/hide the recover password form {% endcomment %}