RavenDB.Identity icon indicating copy to clipboard operation
RavenDB.Identity copied to clipboard

Support RequireUniqueEmail

Open TheKeyblader opened this issue 4 years ago • 0 comments

Hello

Actually the UserStore will throw exception about email uniqueness even if RequireUniqueEmail is set to false.

Solutions:

  1. support the parameter
  2. Remove the code to check the email and let the default UserValidator do the job
  3. Create a new RavenDBUserValidation to replace with the default with compare/exchange.

TheKeyblader avatar Dec 21 '21 13:12 TheKeyblader