Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 28, 2022
1 parent 82e3767 commit f772e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions email-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: Customize the default email template
_Introduced in_ [_v4.8.0_](https://github.com/InseeFrLab/keycloakify/releases/tag/v4.8.0)

It is now possible to customize the emails sent to your users to confirm their email address ect.\
Just run `npx create-keycloak-theme-email-directory`, it will create a `keycloak_theme_email` directory at the root of your project.\
Just run `npx create-keycloak-email-directory`, it will create a `keycloak_email` directory at the root of your project.\
This directory should be tracked by Git (`yarn add -A`) You can start hacking the default template.\
When `npx build-keycloak-theme` (`yarn keycloak`) is run, if the directory `keycloak_theme_email` exists at the root of your project, it will be bundled into your `.jar` file and you will be able to select it in the Keycloak administration pages.
When `npx build-keycloak-theme` (`yarn keycloak`) is run, if the directory `keycloak_email` exists at the root of your project, it will be bundled into your `.jar` file and you will be able to select it in the Keycloak administration pages.

![Selecting your email theme in the Keycloak admin](.gitbook/assets/email.png)

0 comments on commit f772e16

Please sign in to comment.