-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating customer password gives random 400 errors #91
Comments
Can someone please help? This is causing an issue for us that needs to be fixed soon. |
??? |
Anyone? |
I faced and am facing the same issue too. Any response on this? |
I see this thread is 4 years old but just wanted to comment for anyone else who ends up here: If the submitted password does not match the "minimum password requirements" arbitrarily assigned by BigCommerce you will get the 400 error with no explanation as to why. For my current site, the requirements are, at a minimum, a length of 7 characters and there must be a combination of letters AND numbers. Also, it will reject things like "password1" even though it meets the above criteria. |
Overview
I am trying to update the customer password in one of my applications. Sample code:
Expected behavior
It should update the password every single time.
Actual behavior
It updates the password most of the times for most customers but some times it randomly gives the following error:
Steps to reproduce the behavior
Just run the code multiple times and it will randomly fail at some point.
The text was updated successfully, but these errors were encountered: