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
{{ message }}
This repository was archived by the owner on Feb 15, 2018. It is now read-only.
If you set the following configuration for the AspNetIdentity UserManager.
If you call the method _identityManagerService.CreateUserAsync().
with RequireUniqueEmail = true
You will get an 401 Result Error about Email can not be null or empty message.
The workaround is to set RequireUniqueEmail = false.