The password in database for alex is changed to some hash code
Title
Question
The password of alex In database was abc but its changed to some hash code. Plz suggest why you did so ?
How can i proceed further plz suggest
PHP-and-MySQL User-Password-Change-Part-2 07-08 min 30-40 sec
Answers:
hi,
Password has to be hashed before saving for security reason. But when you login, you need to put the actual password. for eg. you have to enter 'abc' and not the hashed '8747845875jhrsthjkdfhjdf'.
Is this your query?
Thanks
hi,
Password has to be hashed before saving for security reason. But when you login, you need to put the actual password. for eg. you have to enter 'abc' and not the hashed '8747845875jhrsthjkdfhjdf'.
Is this your query?
Thanks
Login to add comment