Page 1 of 1

Password Authentication

Posted: Fri Oct 22, 2004 10:59 am
by phpnew
Hello all

I am developing a site and am having problem with the admin side when I am changing a users password from the php page it is being stored in the below format.

Password stored password in MySql
propsol 2a2105e550651151

when inserted directly is stored properly.

How Do I get round this issue.

Please help
Thank You

Posted: Fri Oct 22, 2004 11:03 am
by m3mn0n
Do you want passwords to be stored in md5 format or normal format?

Posted: Fri Oct 22, 2004 3:08 pm
by phpnew
thanks Sami
I need to store in normal format as the same user needs to login again.

Please help thank you

Posted: Sat Oct 23, 2004 6:20 am
by ynoc
tell me more about how you would save the userpasswords in your db. is there a user-table where all users and their passwords are stored?