Posted by Karl on 01/10/08 10:00
Hello.
I have a login pages with two fields. One for username and one for
password.
The username and password are stored in a mysql table.
When I am using plain-text password. It is no problem to login.
But when I use the PASSWORD() function, it is not possible to login at
all.
Is it because of the way I query the database?
I like to use the PASSWORD() function since it make a password like
"jad79daf78" to be similar to
"9834asfg25t4i930aga494asfd4faf444ijsd4457" in the password cell
instead of plain "jad79daf78"
Karl
[Back to original message]
|