From a42198c9b7df02ed5fce67d45d2b236e86c6ab38 Mon Sep 17 00:00:00 2001 From: CN <31734342+cn42@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:26:20 +0100 Subject: [PATCH] Update login-username.ftl Allow html for message string "noAccount" --- theme/keywind/login/login-username.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/keywind/login/login-username.ftl b/theme/keywind/login/login-username.ftl index b8064b2..b0ee67d 100644 --- a/theme/keywind/login/login-username.ftl +++ b/theme/keywind/login/login-username.ftl @@ -57,7 +57,7 @@ <#elseif section="info"> <#if realm.password && realm.registrationAllowed && !registrationDisabled??>
- ${msg("noAccount")} + ${kcSanitize(msg("noAccount"))?no_esc} <@link.kw color="primary" href=url.registrationUrl> ${msg("doRegister")}