Posted on: 11/23/2014 2:30:44 PM | Views : 505

I need to separate regular users from administration users, as the regular users can use their email as login name and login via Facebook, Twitter and Google+, and admin users can only use a login name (instead of email address).
How can I do this using ASP.Net Identity 2.1?
Should I have two separate authentication databases? Or separate tables? Or is it possible with the same tables?

Go to the complete details ...