This is the documentation for v6, checkout the latest version
Keycloakify
HomeGitHubStartersStorybookDiscordKeycloak-js Alternative
v5
  • Keycloakify
  • Release Notes & Upgrade Instructions
  • FAQ
v5
  • ๐ŸRequirements
  • ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿ’ป Quick start
  • ๐ŸงชDevelopment
  • ๐Ÿ“งEmail customization
  • โœ’๏ธTerms and conditions
  • โœ…Realtime input validation
  • โš ๏ธLimitations
  • ๐ŸŒ‰Context persistence
  • ๐ŸŒAdding i18n messages keys
  • โšกPerformance optimization
  • ๐Ÿ’‚Email domain acceptlist
  • ๐Ÿ›‘Keycloak error in log
  • ๐Ÿ’ŸContributing
Powered by GitBook
On this page

Was this helpful?

Email customization

Customize the default email template

PreviousDevelopmentNextTerms and conditions

Last updated 27 days ago

Was this helpful?

Introduced in

It is now possible to customize the emails sent to your users to confirm their email address ect. 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_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.

๐Ÿ“ง
v4.8.0
Selecting your email theme in the Keycloak admin