You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My suspicion is that it is because of the uppercase chars in the email address. On account creation, we normalize to lowercase using the normalizeEmailAddress() function, but I think this is missing for updates
via the Shop API email address change flow
via manual changes via the Admin API
The text was updated successfully, but these errors were encountered:
Describe the bug
Ran into a strange situation in prod where a customer was having trouble resetting password.
It looks like the sequence was:
My suspicion is that it is because of the uppercase chars in the email address. On account creation, we normalize to lowercase using the
normalizeEmailAddress()
function, but I think this is missing for updatesThe text was updated successfully, but these errors were encountered: