To remove the error message on the footer of the password page in your Shopify store, you can follow these steps:
From your Shopify admin, go to Online Store > Themes.
Under the “Actions” dropdown, select “Edit code” for the relevant theme.
In the left sidebar, navigate to the “Sections” folder.
Look for the “password-template.liquid” file and click on it to open it.
Inside this file, search for the code that displays the error message.
You can usually find it around the <footer> section of the code.
Delete or comment out the code that generates the error message.
Save the changes you made to the file.
After following these steps, the error message should be removed from the footer of the password page. Make sure to test it by previewing the password page or visiting it in a private browsing window to confirm that the changes were successful.