Lost your password? HOW TO
Posted: Fri Aug 15, 2008 7:38 am
Good day everyone.
I have a login system which has a feature of retrieving the user's password. Is this possible? Because the password are hashed using md5, and i can't get it done, because when the user doesn't have to enter the password again, i can't compare the entered password and the password stored in the database.
If you may, here is my login form http://ioacjci.org/admin/ please login, after you failed to login, a link will appear just below log in button which says lost your password? Click it and it will load the forget password page, and in there, you will be asked for your username. Is there any other way to get this done? The username field is useless. I have tried it and it mailed me the hashed password in the database. It has done it because there is no string that the script will compare from the form and to the database.
Do you know how to fix this?
Thanks in advance.
I have a login system which has a feature of retrieving the user's password. Is this possible? Because the password are hashed using md5, and i can't get it done, because when the user doesn't have to enter the password again, i can't compare the entered password and the password stored in the database.
If you may, here is my login form http://ioacjci.org/admin/ please login, after you failed to login, a link will appear just below log in button which says lost your password? Click it and it will load the forget password page, and in there, you will be asked for your username. Is there any other way to get this done? The username field is useless. I have tried it and it mailed me the hashed password in the database. It has done it because there is no string that the script will compare from the form and to the database.
Do you know how to fix this?
Thanks in advance.