Skip to main content

customers/reset_success

The customers/reset_success template renders the password reset success page, which hosts the form to reset the password successfully for a customer account.

Location

The customers/reset_success template is located in the templates > customers directory of the theme:

└── theme
├── layout
├── templates
| └── customers
| ├── reset_success.liquid
| ...
...