tugberkugurlu / AspNet.Identity.RavenDB

Fully asynchronous, new and sweet ASP.NET Identity implementation for RavenDB
MIT License
42 stars 28 forks source link

CreateAsync duplicate username #38

Open mpaul31 opened 10 years ago

mpaul31 commented 10 years ago

any ideas why an exception is thrown when i go to create a user with the same username as an existing user? i was expecting the result object having the errors detailed out.

thanks!