Reputation: 385
I do my little project on ASP.NET MVC 3 with EF Model and custom user tables (mostly for education). I read the tutorial and I know that I must inherit from MembershipProvider to make my custom one. I do not have any roles in this project. I just want to make simple authentication by email and password (custom password hashing and etc.) with no extra features. In default MembershipProvider all authorization does by username. But in my project it does by email, username is using for other purposes. Questions:
Upvotes: 0
Views: 420
Reputation: 93444
Upvotes: 2