Renovus-Tech / solarec-java

GNU Affero General Public License v3.0
0 stars 1 forks source link

Change password reset emails to use templates #58

Closed pferrariuy closed 3 months ago

pferrariuy commented 3 months ago

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.