ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
37 stars 81 forks source link

Custom email templates #253

Closed frensing closed 2 years ago

frensing commented 3 years ago

Proposed changes

This change adds the possiblity to customize the e-mails send by the IDM through the theme folder. It is possible to provide a custom e-mail header and footer by providing the files themes/<MY_THEME>/email/_header.ejs and .../_footer.ejs.

It is also possible to customize the standard email templates. For example, the texts of the activation email can be changed by providing the file themes/<MY_THEME>/email/activate.ejs. It is recommended to copy the original file from views/templates/email/activation.ejs and customize then.

Types of changes

Checklist

Further comments

github-actions[bot] commented 3 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️

apozohue10 commented 2 years ago

Merged!