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")}