Update login-username.ftl

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

View file

@ -57,7 +57,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>