[wp-trac] [WordPress Trac] #33328: Retrieve password message fail when sending html messages

WordPress Trac noreply at wordpress.org
Mon Aug 10 19:26:05 UTC 2015


#33328: Retrieve password message fail when sending html messages
---------------------------+-----------------------------
 Reporter:  timersys       |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  General        |    Version:  trunk
 Severity:  normal         |   Keywords:
  Focuses:  accessibility  |
---------------------------+-----------------------------
 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";
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33328>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list