Hi Everyone,
I’m currently building a custom theme for the Keycloak login & registration flow. When users register themselves to Keycloak for the first time, they need to verify their Email and the Verification Page (login-verify-email.ftl) is displayed to them.
I would like to know if it’s possible, to display the Email-Adresse which was used in the registration process, so the user can check again if he entered the right E-Mail?
If I add {user.username}, {user.email} or ${auth.attemptedUsername} it results in a blank page with an error in the log.
I’m using Keycloak Version jboss/keycloak:11.0.3
Thx in advance