954,202 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

login authentication

hi

i need some help with the login authentication for for my website.i don't know how to do the admin , user and data entry side. how it will recognize the difference between them my table is
user:
login
password
security level(admin,user,data entry)

i'm using sql server2000

please help me

reemeya
Newbie Poster
3 posts since Aug 2007
Reputation Points: 10
Solved Threads: 0
 

I dont understand the question but, the user enters the username and password, you check that they are both in the database and belong to the same user, if they are you look at the security level and grant the user apropriate access based on their security level.

If they are not in the database you display an error message to the user.

matale
Light Poster
38 posts since May 2007
Reputation Points: 22
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You