How do I enable customers to reset their passwords from their Profile/Account page?

Hi,

I am using the Shopify toyo theme.

I want to allow the user to reset their account passwords from their account/profie page. I am not able to find any section or a different solution that will help me achieve this. Please assist.

My store url for your reference: snufflebum.com

Pw: bohtro

You can try to add the link via the link to your My Account liquid code

<a href="/account/login#recover">Reset your Passwords</a>

It will redirect Customer to the Reset password page, input the email address and submit the form.

It’s a easiest way to do.

Or you can hire an Shopify Partner to add a custom code into My account page. Display a link > click to this link > Shopify will send the email reset.

Hey thanks for this. It worked, but the reset password line is not appearing to be aligned with the logout button. How can I fix this?

This is my code:


  

    # 
      {{- 'customer.account.title' | t -}}
    

    
      
      {{ 'customer.log_out' | t }}
    
          
  Reset Password

  

Nvm, I was able to fix this. Thanks for your help anyway :slightly_smiling_face:

You’re welcome!