diff options
Diffstat (limited to 'email/html/password-reset.ftl')
-rw-r--r-- | email/html/password-reset.ftl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/email/html/password-reset.ftl b/email/html/password-reset.ftl new file mode 100644 index 0000000..b2840b6 --- /dev/null +++ b/email/html/password-reset.ftl @@ -0,0 +1,5 @@ +<html> +<body> +${kcSanitize(msg("passwordResetBodyHtml",link, linkExpiration, realmName, linkExpirationFormatter(linkExpiration)))?no_esc} +</body> +</html>
\ No newline at end of file |