[wp-trac] [WordPress Trac] #43756: Use of < in wp-login.php
WordPress Trac
noreply at wordpress.org
Fri Apr 13 10:24:35 UTC 2018
#43756: Use of < in wp-login.php
--------------------------+-----------------------------
Reporter: thedemon12 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
In the line 367 of wp-login.php :
$message .= '<' . network_site_url( "wp-
login.php?action=rp&key=$key&login=" . rawurlencode( $user_login ),
'login' ) . ">\r\n";
Gmail as of now doesn't show any link in the mail when prompted for
password reset. This is because Gmail interprets it as code in < >
[[Image(https://ibb.co/ebsunS)]]
To fix it , we shall replace < with ( . and it works after it.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43756>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list