[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Weird password problem



OK,

From PHPMySQLAdmin, I did a

select Passwd, password('[micah's password here]') from Users where
Handle='micah'

The first column returned was 378b243e220ca49
The second was                378b243e220ca493

This is probably why my script wasn't working.  Why is it adding the
extra 3 when I use the password('') function???  My connect.php3 script
compares the equality of these, so that's why it's been failing.

Any ideas???