hello guys,
constructed a login page for registered users and i noticed the above:
when one of the admins register a new member in the database the password is stored in mysql as encrypted.
but when the member tried to login with the original password(the dencryptied) it appears that typed wrong password.But if he types the encrypted password that shown in mysql then it logins.
I am 100% that my code has no problem.A test for that that i made was to make the specific query to see the resolt of mysql and cannot find anything at all except if the password specified is encrypted.
i have MySQL 3.23.47 , apache_1.3.24 and php-4.1.2.
do you think their is a bug to one of these softwares or i did something wrong during the installation commands.
thnx in advance.
Vole