Hi, im new to web application, im developing a web app and to authenticate the users i cant use the default asp.net user schema because it doesnt fit my needs, so im planning on using my own users table, so im asking what things should i have on mind to get a fully functional user authentication system.
My user table looks like this:
username, password, usertype, fullname and some other fields.
we can say usertype field equals a user role in the default schema of asp.net.
so what do you guys think?
...
Go to the complete details ...