Skip to content

Instantly share code, notes, and snippets.

@kellyvaughn
Created March 28, 2016 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kellyvaughn/ad60bcf68895609f8382 to your computer and use it in GitHub Desktop.
Save kellyvaughn/ad60bcf68895609f8382 to your computer and use it in GitHub Desktop.
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 %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment