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
Original problem: Registered customers lose the registered role and get the guest role.
Fix it with: If the UserManager.ResetPasswordAsync or UserManager.ChangePasswordAsync methods were successful in the IdentityController and email or username are available, then you can assume that it is a registered account and, if necessary, remove an incorrectly assigned guest role and assign the registered role.
The text was updated successfully, but these errors were encountered:
Original problem: Registered customers lose the registered role and get the guest role.
Fix it with: If the UserManager.ResetPasswordAsync or UserManager.ChangePasswordAsync methods were successful in the IdentityController and email or username are available, then you can assume that it is a registered account and, if necessary, remove an incorrectly assigned guest role and assign the registered role.
The text was updated successfully, but these errors were encountered: