Relative Content

Tag Archive for keycloakhtml-emailfreemarkerkeycloak-services

Keycloak executeAction.ftl template: action variable is undefined

I’m customizing the executeAction.ftl template in Keycloak to change the email content based on the action that triggered the email (e.g., UPDATE_PASSWORD, VERIFY_EMAIL). However, I’m facing an issue where the action variable seems to be undefined. Even using a null check or default value doesn’t resolve the problem, and it always goes to the else clause.