keycloak-themes/default/base/email/html/event-update_password.ftl

5 lines
165 B
Text
Raw Normal View History

2024-10-03 21:50:32 +00:00
<#import "template.ftl" as layout>
<@layout.emailLayout>
${kcSanitize(msg("eventUpdatePasswordBodyHtml",event.date, event.ipAddress))?no_esc}
</@layout.emailLayout>