RavenDB.Identity
RavenDB.Identity copied to clipboard
Support RequireUniqueEmail
Hello
Actually the UserStore will throw exception about email uniqueness even if RequireUniqueEmail is set to false.
Solutions:
- support the parameter
- Remove the code to check the email and let the default UserValidator do the job
- Create a new RavenDBUserValidation to replace with the default with compare/exchange.