mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 16:56:24 +00:00
Update login-username.ftl
Allow html for message string "noAccount"
This commit is contained in:
parent
8bde49ce81
commit
a42198c9b7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue