Skip to content

Commit

Permalink
Accomodate #65 (comment) and #406
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 28, 2023
1 parent 2aa7eda commit c469dee
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -484,16 +484,15 @@
<#continue>
</#if>
<#if key == "attemptedUsername" && are_same_path(path, ["auth"])>
<#if pageId == "register.ftl" && key == "attemptedUsername" && are_same_path(path, ["auth"])>
<#attempt>
<#-- https://github.com/keycloak/keycloak/blob/3a2bf0c04bcde185e497aaa32d0bb7ab7520cf4a/themes/src/main/resources/theme/base/login/template.ftl#L63 -->
<#-- https://github.com/keycloakify/keycloakify/discussions/406 -->
<#if !(auth?has_content && auth.showUsername() && !auth.showResetCredentials())>
<#continue>
</#if>
<#recover>
</#attempt>
</#if>
<#attempt>
Expand Down

0 comments on commit c469dee

Please sign in to comment.