Customer dashboard change password feature

Hi

I am a frontend developer and looking for help to have change password feature for customer dashboard in Dawn theme

As like other sites

Change password page should have

Enter New Password

Confirm New Password

inputs.

I asked this question to ChatGPT and Shopify support, support said use community to ask this question and thus I am here, while chatGPT suggested to create liquid file and I can follow it but it also said route folder but in shopify we don’t have route folder

please look this ChatGPT screenshot or search this question on ChatGPT and get reply and you can read

please advise

For a change password page in Shopify’s Dawn theme, you can create a custom Liquid template and add it to your theme. Since Shopify doesn’t have a routes folder, you’ll need to use a combination of Liquid, JavaScript, and Shopify’s customer accounts functionality.

Check out Shopify’s documentation for handling customer accounts and forms. Also, for generating strong passwords, you can look up tools like https://www.strongpasswordgenerator.org/ for ideas on what makes a good password.