keycloak-theme/keycloak_email/html/event-update_password.ftl

5 lines
165 B
Plaintext
Raw Normal View History

2022-09-06 17:22:23 +00:00
<#import "template.ftl" as layout>
<@layout.emailLayout>
${kcSanitize(msg("eventUpdatePasswordBodyHtml",event.date, event.ipAddress))?no_esc}
</@layout.emailLayout>