Dawn theme, javascript for login template

Expanded thread for context https://community.shopify.com/c/technical-q-a/trigger-if-form-posted-successfully-with-url/m-p/1427413#M74185

Wouldn’t the pattern there be ?recovery_posted=true , ?recover_posted=true , ?recover_password=true , ?reset_password=true etc ? , ?recover_success=true

Wild guess really the way they build some of this stuff.

I can’t recall ever seeing a param for being able to trigger the success message but I have avoided form testing ironically because of how much it’s undocumented. Just knowing about the contact_posted parameter for testing shopify forms puts you miles ahead of most on the forums in that regard. You may have noticed a lack of shopify response to liquid language queries unlike API stuff as well.

So if you need to keep digging I recommend:

While the template was wrong, Note that response was about changing the translation locale strings of what text is actually displayed for such things.

Which for dawn is {{ ‘customer.recover_password.success’ | t }} around line customers/login.liquid