Thanks for bringing that up, churchtown! I never did find out if that was ever solved. Ah, something accomplished today. =)
I’m experiencing the same problem — when I try to get WP to send me my password, it emails me a message like the following:
—
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: BASE64
TdG9naWa46IGFsfkbWluDQpQYXdNzd29yZDogOTU4ZWQyDQpodHRwOi8vd2lud2luZ3JvdXAub3JnL3dw
LWxvsZ2luLfdnBocA==
—
Can anyone tell me how to fix this (the above posts aren’t too revealing).
Thanks!
The password is send encrypted via MD5. You’d need a decoder to decrypt it. In the mean time, reset your password manually via phpmyadim.
http://www.tamba2.org.uk/wordpress/phpmyadmin/
Ah… Okay. Thanks for that.
Is there a difference betweent to two emails? (I got two: “Password Lost/Change” and a “Your login and password” — I can guess what the second one is)…
If you got the second email, it should contain your new, randomly generated password.
Thanks again…
This link might be useful for anyone trying to decode their lost password:
http://www.aardwulf.com/tutor/base64/base64.html
Thanks for all the helpful comments. I have only an admin account (and lost the password). I tried updating wp_users directly with an MD5-encoded password, and I tried decoding the emailed password, and in both cases I login without seeing an error message (i.e. no “Error: Incorrect Password.”) but I still get redirected right back to my login page. Any ideas?