MySQL Forums
Forum List  »  Perl

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

Options: ReplyQuote


Subject
Written By
Posted
Re: validating username and password in db???
April 30, 2005 03:16AM
May 02, 2005 01:16AM
May 02, 2005 02:19AM
May 02, 2005 04:08AM
May 02, 2005 06:08AM
May 02, 2005 06:19AM
May 02, 2005 06:36AM
May 02, 2005 07:25AM
May 02, 2005 11:49PM
May 03, 2005 03:58PM
May 04, 2005 04:55AM


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.