Skip to content
Discussion options

You must be logged in to vote

If anyone ever runs into the same problem:

I figured out a workaround.
I changed the themes/my-theme/login/info.ftl file in the following way (new are line 10-12 and line 16-18):

<#import "template.ftl" as layout>
<@layout.registrationLayout displayMessage=false; section>
    <#if section = "header">
      <#if messageHeader??>
        ${messageHeader}
      <#else>
        ${message.summary}
      </#if>
    <#elseif section = "form">
      <#if message.summary = msg("accountUpdatedMessage") >
        <#assign overwriteSkipLink = true>
      </#if>
      <div id="kc-info-message">
        <p class="instruction">${message.summary}<#if requiredActions??><#list requiredActions>: <b><#items …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ch-lepp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants