
June 21st, 2000, 09:51 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 27
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I am setting up a web based administrator for my MySQL database. It is mostly complete minus one detail. I cannot find an effective way to verify a MySQL user password for access verification.
The script connects to the mysql database with the root as user and password, I need it to then check the username and password in the user table against the username and password provided by the user for login. I can retrieve the username fine with a query, but the encrypted password is seeming to be a problem.
Any ideas would be appreciated.......
|