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
Describe the bug
I've now received 2 reports of users who had trouble logging in to Customer accounts when the email address contained a dot.
In the first case, the Customer was created & verified in one step via the Admin UI. Eventually he concluded:
I found out the problem... seems inside first part of the email address, there cannot be a dot...(strange)...
as i use [email protected] is not ok, but it works after I change to [email protected]
No idea bout the Vendure version for that one.
In the second case, the Customer was created via registerCustomerAccount and then verified via verifyCustomerAccount. Upon verification, the Customer is authenticated successfully. However, after logging out and attempting to login again, the user got the error:
{
"errors": [
{
"message": "The credentials did not match. Please check and try again",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"login"
],
"extensions": {
"code": "UNAUTHORIZED"
}
}
],
"data": null
}
This user was using Vendure v0.15.0, on Windows 10. The email address was of the format [email protected] User confirmed that using an email address without a dot in the first part fixed the issue.
To Reproduce
I cannot reproduce this on the current (v0.16.0) master branch. I also did a fresh @vendure/[email protected] install and again failed to reproduce the issue.
So I am creating this issue to see if we can collect any more instances & data to help reproduce. If you are running into this, please comment below and (ideally) provide a repo that reproduces the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've now received 2 reports of users who had trouble logging in to Customer accounts when the email address contained a dot.
In the first case, the Customer was created & verified in one step via the Admin UI. Eventually he concluded:
No idea bout the Vendure version for that one.
In the second case, the Customer was created via
registerCustomerAccount
and then verified viaverifyCustomerAccount
. Upon verification, the Customer is authenticated successfully. However, after logging out and attempting tologin
again, the user got the error:This user was using Vendure v0.15.0, on Windows 10. The email address was of the format
[email protected]
User confirmed that using an email address without a dot in the first part fixed the issue.To Reproduce
I cannot reproduce this on the current (v0.16.0) master branch. I also did a fresh
@vendure/[email protected]
install and again failed to reproduce the issue.So I am creating this issue to see if we can collect any more instances & data to help reproduce. If you are running into this, please comment below and (ideally) provide a repo that reproduces the issue.
The text was updated successfully, but these errors were encountered: