Actions
Bug #3803
closedPlain-text email issues
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Email Notifications
Target version:
Start date:
2015-02-11
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Hi Ray,
Another member reported not being able to view the link to reset her password over the weekend. She said that she had to look at the source to get the URL and that the Commons should support text-only readers. Didn't the commit 0ecd992 fix this issue?
Best,
Sarah
Related issues
Updated by Raymond Hoh almost 10 years ago
- Target version set to 1.7.12
Apologies that the fix didn't work.
Looking into it.
Updated by Raymond Hoh almost 10 years ago
So the issue is the password reset link is wrapped around brackets.
eg. <http://example.com/wp-login.php?action=rp...>
This caused a conflict with our HTML to plain-text parser because the parser thinks that the password reset link is a HTML tag when it isn't. The parser removes invalid HTML tags as in the case of the password reset link.
I've fixed this (for real this time) in commit decb99e.
Updated by Raymond Hoh almost 10 years ago
- Status changed from Assigned to Resolved
Actions