Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Emails are now processed from Jinja2 templates found in
charts/email-templates
, to support easier updates via helm chart in the future.The available templates are:
invite
,password_reset
,validate
andfailed_bg_job
.Each template can be text only or also include HTML. The format of the template is:
Currently, only the invite template includes an HTML version, other templates are text only.
A new
support_email
field is also added to the email block in values.yamlInvite Template
Current invite template, configured in

charts/email-templates/invite
is as follows:The same template is used for new and existing users, with slightly different text if adding user to an existing org.
If user is invited by the superadmin, the invited by field is not included, otherwise it also includes 'You have been invited by X to join Y'
Password Reset Template
The password reset template has also been updated (just text so far):