Opened 10 years ago
Closed 10 years ago
#33328 closed defect (bug) (duplicate)
Retrieve password message fail when sending html messages
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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)
#1
@
10 years ago
- Milestone changed from Awaiting Review to 4.3
- Owner set to markjaquith
- Status changed from new to reviewing
#3
@
10 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
@
10 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!
Note: See
TracTickets for help on using
tickets.
@markjaquith do you have time to investigate that?