Bug in Email of Password to New Registrants Found
-
For the past several weeks, I’ve had reports of people subscribing to my blog and getting an email confirmation that was blank. I’ve spent about 8 hours on this problem After digging pretty deeply on this, we think we’ve got a lock on what’s going on. ?The password info is getting sent when a new user mail goes out, but it’s getting lumped in with the rest of the mail header info.
Here’s an excerpt of the full message view from Gmail; note the bold lines.
—
To: [email protected]
Subject: [OneMind] Your username and password
Date: Wed, 28 Jul 2010 01:15:51 +0000
From: WordPress <[email protected]
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=”UTF-8″
X-Abuse-To: [email protected]
Username: dhtest
Password: f$oF!0x3
https://www.yoursite.com/onemind/wp-login.phpClearly a carriage return is missing before the email content is appended to the header for transmission.
I assume this is probably a WP3 bug but I haven’t seen any other reports of this issue here. I’d sure appreciate someone fixing this one ASAP or letting me know where else to look.
- The topic ‘Bug in Email of Password to New Registrants Found’ is closed to new replies.