Re: validating username and password in db???
Posted by:
Nick Roper
Date: April 30, 2005 03:16AM
Hi Naveen,
How does the user's password get stored in the new_user table in the first instance ?
you may need to use
$md5password = md5_hex($chkpassword);
or
$md5password = md5_base64($chkpassword);
Nick
--
Nick Roper
Subject
Written By
Posted
Re: validating username and password in db???
April 30, 2005 03:16AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.