Customer — Reset Password
Setting a new password from the reset link sent by email.
Overview
| Item | Detail |
|---|---|
| Template | templates/customers/reset_password.liquid |
| URL | /account/reset (tokenized Shopify link) |
| Form | reset_customer_password |
| Start from | Login → Forgot password → email |
Step-by-step user journey
Step 1 — Request reset
/account/login→ Forgot password- Submit the email address
- Shopify's reset email arrives in the inbox
Step 2 — Open the email link
- The link opens
/account/reset/...with a secure token - An expired link sends the shopper back through the recover flow
Step 3 — Set new password
- New password
- Confirm password
- Submit
Step 4 — Success
- The password is updated
- The shopper logs in, or the session starts automatically → Account
<!-- BEGIN GENERATED: theme-editor -->
Theme Editor settings
This page has no editable sections of its own. See the settings reference.
<!-- END GENERATED: theme-editor -->Related files
templates/customers/reset_password.liquid
templates/customers/login.liquid
Related: 29-customer-login.md