#359: Add log for debugging issue with Keycloak 11.0.2
This commit is contained in:
parent
3defc16658
commit
519c69cb79
@ -34,6 +34,8 @@
|
|||||||
<#-- https://github.com/keycloakify/keycloakify/pull/359 Compat with Keycloak prior v12 -->
|
<#-- https://github.com/keycloakify/keycloakify/pull/359 Compat with Keycloak prior v12 -->
|
||||||
<#if !messagesPerField.existsError??>
|
<#if !messagesPerField.existsError??>
|
||||||
|
|
||||||
|
/* Consider updating to Keycloak v12 or newer */
|
||||||
|
|
||||||
<#-- https://github.com/keycloakify/keycloakify/pull/218 -->
|
<#-- https://github.com/keycloakify/keycloakify/pull/218 -->
|
||||||
<#if '${fieldName}' == 'username' || '${fieldName}' == 'password'>
|
<#if '${fieldName}' == 'username' || '${fieldName}' == 'password'>
|
||||||
|
|
||||||
@ -42,6 +44,7 @@
|
|||||||
<#attempt>
|
<#attempt>
|
||||||
<#assign doExistMessageForUsernameOrPassword = messagesPerField.exists('username')>
|
<#assign doExistMessageForUsernameOrPassword = messagesPerField.exists('username')>
|
||||||
<#recover>
|
<#recover>
|
||||||
|
/* There was an FTL error calling messagesPerField.exists('username') */
|
||||||
<#assign doExistMessageForUsernameOrPassword = true>
|
<#assign doExistMessageForUsernameOrPassword = true>
|
||||||
</#attempt>
|
</#attempt>
|
||||||
|
|
||||||
@ -49,6 +52,7 @@
|
|||||||
<#attempt>
|
<#attempt>
|
||||||
<#assign doExistMessageForUsernameOrPassword = messagesPerField.exists('password')>
|
<#assign doExistMessageForUsernameOrPassword = messagesPerField.exists('password')>
|
||||||
<#recover>
|
<#recover>
|
||||||
|
/* There was an FTL error calling messagesPerField.exists('password') */
|
||||||
<#assign doExistMessageForUsernameOrPassword = true>
|
<#assign doExistMessageForUsernameOrPassword = true>
|
||||||
</#attempt>
|
</#attempt>
|
||||||
</#if>
|
</#if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user