Email templates for user management #275
Replies: 5 comments 2 replies
-
FWIW I've found it useful to start a separate comment for each section as then people can reply to each of them, rather than a single-threaded discussion. That's the main difference with GitHub issues I think. Alternatively, users can quote the part of the discussion description in their comments to be clear what part they're referring to. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
We have recently integrated
fastapi-users
package for user management functionalities in the new API. With the integration, we have enabled support for email verification and password reset via email for user accounts. Please see kernelci/kernelci-api#377 for the reference.The API uses jinja2 templates for sending emails to the user for the above-mentioned requests i.e. email verification, and password reset. The initial email templates have been added here. These templates are basic and contain only the required information for the user.
We would love to hear from the community about how we can make these emails better and how they should look from the user's pov.
I'll add the templates in separate comments for further discussion.
Beta Was this translation helpful? Give feedback.
All reactions