Opened 6 years ago
Closed 6 years ago
#47615 closed defect (bug) (duplicate)
Hidden "reset password link" in the reset password email
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Keywords: | has-patch has-screenshots | |
Focuses: | Cc: |
Description
When an user lost his password and request a new one, using the wp-login.php form, he receive a email with instructions and a reset password link. Unfortunately, the password link can be hidden sometimes, depending the messaging software, and the user don't see the address to follow to renew his pass.
It's because the reset link is include into angle brackets "< >" that some messaging softwares catch as an html tag (a broken one).
I think angle brackets are useless here and can be omitted.
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
patch