Use variable in Keycloak email subject
My current setup Keycloak v24.0.5 installed from Bitnami Kubernetes v1.30.0 Things that work I needed to include Keycloak username in email body. For that I created my custom theme and added it to /opt/bitnami/keycloak/themes/. I used Dockerfile to make it work FROM docker.io/bitnami/keycloak:24.0.5-debian-12-r1 USER root COPY my-custom-theme /opt/bitnami/keycloak/themes/my-custom-theme USER 1001 Keycloak event-update_password.ftl file modification <#ftl […]