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:
- ping shopify support directly
- Use the feedback at the bottom of docs page for the customers-login template about the lack of parameter docs, optionally give email. https://shopify.dev/themes/architecture/templates/customers-login
- If your a shopify partner - you’ll want to get in the partner slack to ask around to increase chances of unburying any specific parameter for the password recovery.
- If your working with a plus merchant go through the MSM to try to a technical response instead of a basic tier 1 support response.
- If you reeally need to keep digging maybe try researching liquid code bases for the keywords through sourcegraph.com
- https://sourcegraph.com/search?q=context:global+lang:Liquid+recover_customer_password&patternType=literal
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