Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EE 6.4.5 Control Panel: Templates > (System Templates) Email > User – Forgotten password instructions. Inconsistent rendering of HTML emails #3075

Closed
creativearc-paul opened this issue Mar 3, 2023 · 1 comment · Fixed by #3079
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.

Comments

@creativearc-paul
Copy link

Description of the problem

a) I noticed while logging into the EE backend, and then trying a "Password: Remind me" (/cp/login/forgotten_password_form), I get the email delivered as raw HTML.

b) But when I issue a forgot password request on the website frontend, I get a properly formatted email

How To Reproduce
Steps to reproduce the behavior:

  1. Observe email template content in: Templates > (System Templates) Email > User – Forgotten password instructions. If there's no HTML there, add some (particularly adventurous HTML with css classes)
  2. Trigger a forgot password request from the EE control panel login page
  3. Note the display (or lack thereof) of HTML
  4. Now, visit a frontend forgot password form that uses ex:member:forgot_password_form
  5. Note the display of HTML

Screenshots / Videos / Template Code

a) Email when triggered from EE login page:

image

b) Email when triggered from Frontend, using {exp:member:forgot_password_form...

image

Environment Details:

  • EE 6.4.5
@alexhobday
Copy link

I am experiencing the same issue. Specifically the user notification template for email address changed. Some templates parse HTML, this one doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.
Projects
None yet
3 participants