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 has been archived by the owner on Dec 14, 2017. It is now read-only.
The methods EmailExists and GetByEmail of the UserAccountService throws a InvalidOperationException when EmailIsUnique is set to false in the MembershipReboot configuration.
For GetByEmail it might be resonable, as the method doesn't return a IEnumerable, but I don't get the reason for the behaviour of EMailExists.
For GetByEmail a API which returns IEnumerable to the multiple accounts would be great.
The text was updated successfully, but these errors were encountered:
The methods EmailExists and GetByEmail of the UserAccountService throws a InvalidOperationException when EmailIsUnique is set to false in the MembershipReboot configuration.
For GetByEmail it might be resonable, as the method doesn't return a IEnumerable, but I don't get the reason for the behaviour of EMailExists.
For GetByEmail a API which returns IEnumerable to the multiple accounts would be great.
The text was updated successfully, but these errors were encountered: