{% comment %} Based on: https://github.com/Shopify/dawn/blob/v7.0.1/sections/main-login.liquid {% endcomment %} {%- if settings.multipass_login != true -%} {{ 'customer.css' | asset_url | stylesheet_tag }} {%- style -%} .login-logo { max-width: {{ section.settings.logo_width }}px; } .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; } @media screen and (min-width: 750px) { .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } } {%- endstyle -%}
We will send you an email to reset your password
{%- form 'recover_customer_password' -%} {% assign recover_success = form.posted_successfully? %}Welcome back! Please enter your details.
{%- if recover_success == true -%}Don't have an account? Sign up
{%- endform -%}