Current emails regarding the password reset process, are being generated with the use of labels for translation and simple HTML content, The change is to move the content of email from labels to templates.
Use Case
Old: User starts / completes the password reset process and recieves a simple email
New: User starts / completes the password reset process and recieves template email with format and more information.
Expected Behavior
Email content retrieve from template, not from label.
Additional Context
Labels with old email content:
email.reset-password.content.html
email.password-changed.content.html
Implementation Suggestions
Create html templates:
email_password_reset.html
email_password_reset_done.html
Impact on Existing Features
Password reset process should only change in the email format, not the flow.
Description
Current emails regarding the password reset process, are being generated with the use of labels for translation and simple HTML content, The change is to move the content of email from labels to templates.
Use Case
Old: User starts / completes the password reset process and recieves a simple email New: User starts / completes the password reset process and recieves template email with format and more information.
Expected Behavior
Email content retrieve from template, not from label.
Additional Context
Labels with old email content:
Implementation Suggestions
Create html templates:
Impact on Existing Features
Password reset process should only change in the email format, not the flow.