[wp-trac] [WordPress Trac] #40356: Broken reset password link

WordPress Trac noreply at wordpress.org
Tue Apr 4 19:56:25 UTC 2017


#40356: Broken reset password link
------------------------------------+------------------------
 Reporter:  ikalkov                 |       Owner:
     Type:  enhancement             |      Status:  closed
 Priority:  normal                  |   Milestone:
Component:  Login and Registration  |     Version:  4.7.3
 Severity:  normal                  |  Resolution:  duplicate
 Keywords:                          |     Focuses:
------------------------------------+------------------------
Changes (by swissspidy):

 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Comment:

 Hey there, welcome to Trac and thanks for your report.

 This issue generally happens if a plugin or theme uses
 `wp_mail_content_type` filter to change the MIME type to text/html for all
 outgoing emails, but does not perform any further processing to make sure
 the HTML is valid. The solution in that case is to stop doing that and
 only enable that filter where needed.

 See #39742, #21095 for more info and #14140 for the reason they're there.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40356#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list