Opened 11 years ago
Closed 11 years ago
#33328 closed defect (bug) (duplicate)
Retrieve password message fail when sending html messages
| Reported by: | timersys | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 4.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
When you set up your WordPress to send HTML templates the reset password link fails on almost every email client.
The solution is simple to remove "<" and ">" from the link in
$message .= '<' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . ">\r\n";
Attachments (1)
Change History (10)
#3
@
11 years ago
It seems that is more related to #23578 . I knew that those brackets were there for a reason, I just couldn't find it
#7
@
11 years ago
The patch provided in #23578 is simple and effective and it was submitted 2 years ago.... wrapping emails in nice html templates it's pretty common nowadays. While this is not urgent / critical, I don't think implementing that patch this will take more time than reading my messages :)
Thanks!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@markjaquith do you have time to investigate that?