diff --git a/theme/keywind/login/login.ftl b/theme/keywind/login/login.ftl index 331da06..ef78a7a 100644 --- a/theme/keywind/login/login.ftl +++ b/theme/keywind/login/login.ftl @@ -73,7 +73,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")}