KEYCLOAK-74 add warning msg to email verification page

This commit is contained in:
vrockai 2013-10-02 11:59:52 +02:00 committed by Stian Thorgersen
parent 8b3e11dd63
commit 0c82cb9d1c

View file

@ -1,5 +1,5 @@
<#import "template-login-action.ftl" as layout>
<@layout.registrationLayout bodyClass="reset"; section>
<@layout.registrationLayout bodyClass="email"; section>
<#if section = "title">
Email verification
@ -8,6 +8,11 @@
Email verification
<#elseif section = "feedback">
<div class="feedback warning show">
<p><strong>Your account is not enabled because you need to verify your email.</strong><br>Please follow the steps below.</p>
</div>
<#elseif section = "form">
<div class="app-form">