Update login.ftl

Allow html for message string "noAccount"
This commit is contained in:
CN 2024-01-04 10:27:43 +01:00 committed by GitHub
parent a42198c9b7
commit 7db7cbbaff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@
<#elseif section="info">
<#if realm.password && realm.registrationAllowed && !registrationDisabled??>
<div class="text-center">
${msg("noAccount")}
${kcSanitize(msg("noAccount"))?no_esc}
<@link.kw color="primary" href=url.registrationUrl>
${msg("doRegister")}
</@link.kw>