RequireUniqueEmail = false not working MVC 5
问题 I'm developing a MVC 5 solution where I can manage "Organizations" and users can register under them. I implemented the account controller to get the Organization ID from the register form and save it inside the AspNetUsers table. Now I know which user belongs to which organization. But now I have a problem, each time I try to register an user using the same email registered to another organization I get the message: "Name t@t.com is already taken." Do you know how to make ASP.NET Membership