Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Password Limit Exceeded

Solved

Password Limit Exceeded

emily2442
Visitor
3 0 0

I am developing a custom app and trying to implement the forgot/reset password functionality. I keep getting the 'Resetting password limit exceeded.' error. Is there any way to bypass the IP rate limiting?

Accepted Solution (1)
SBD_
Shopify Staff
1831 273 423

This is an accepted solution.

Ah got you. In this case it wouldn't help. Try again from a different IP and pass along the customer's IP once it's in production.

Scott | Developer Advocate @ Shopify 

View solution in original post

Replies 4 (4)

SBD_
Shopify Staff
1831 273 423

Hey @emily2442,

 

Is this with the CustomerRecover mutation? Are you able to use the buyer's IP instead by including it in the Shopify-Storefront-Buyer-IP header?

Scott | Developer Advocate @ Shopify 

emily2442
Visitor
3 0 0

Hi SBD_,

 

Is the buyer's IP just the IP of the customer trying to reset their password? In that case it will still be my IP as I am the (test) customer.

SBD_
Shopify Staff
1831 273 423

This is an accepted solution.

Ah got you. In this case it wouldn't help. Try again from a different IP and pass along the customer's IP once it's in production.

Scott | Developer Advocate @ Shopify 

emily2442
Visitor
3 0 0

Thank you!