kellyvaughn
3/28/2016 - 6:54 PM

Shopify - Reset Password on Account Page

Shopify - Reset Password on Account Page

{% form 'recover_customer_password' %}

  <label for="RecoverEmail" class="hidden-label">{{ 'customer.recover_password.email' | t }}</label>
  <input style="display: none;" type="email" name="email" id="RecoverEmail" class="input-full" value="{{ customer.email }}" autocorrect="off" autocapitalize="off">
  <p>
    <input type="submit" class="btn" value="Reset Password">
  </p>
{% endform %}