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
A change in v1.2.1 in response to #1071 prevents updating customers if the NativeAuthenticationMethod is not being used (e.g. when relying solely on an external auth method).
This is because when updating the Customer, if the emailAddress input is present (as is always the case when using the Admin UI), then this method gets called:
Describe the bug
A change in v1.2.1 in response to #1071 prevents updating customers if the
NativeAuthenticationMethod
is not being used (e.g. when relying solely on an external auth method).This is because when updating the Customer, if the
emailAddress
input is present (as is always the case when using the Admin UI), then this method gets called:vendure/packages/core/src/service/services/user.service.ts
Lines 208 to 222 in 1ebc872
The
user.getNativeAuthenticationMethod();
call will throw an error if it is not found.The solution is:
changeNativeIdentifier()
method if the email address has changedEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: