I’v been completely unable to login to my WordPress installation since losing my original cookies two days ago. I spent time messing with the database more than I cared to and resetting the password a number of times. I’ve tried logging in from a number of different machines using various browsers to be sure.
The problem initially occured with 1.2, but upgrading to 1.2.1 hasn’t fixed anything.
Fiddling with wp-login.php, I’ve determined that the problem appears to crop up on line 214 when login($user_login, $user_pass_md5, true)
returns false after not being given a login (it’s blank). Strangely, I can’t determine that any cookie data exists, though I’ve confirmed that they’re here locally and being sent, which is why no error message is displayed (if they had been there, you would have been told they’d expired).
Not really knowing PHP, I’ve hit the wall. I’m really confused as to why this is happening.