Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #172 from cfpb/1.13.x-beta-content
Browse files Browse the repository at this point in the history
content updates for the beta period
  • Loading branch information
wpears authored Oct 6, 2017
2 parents d48ad50 + f1f1885 commit ede3a9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion keycloak/themes/hmda/login/register.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
<fieldset>
<input type="text" readonly value="this is not a login form" style="display: none;">
<input type="password" readonly value="this is not a login form" style="display: none;">
<legend class="usa-drop_text">Create an account</legend>
<legend class="usa-drop_text">Create a test account</legend>
<span>or <a href="${url.loginUrl}">go back to login</a></span>

<div class="usa-alert usa-alert-warning">
<div class="usa-alert-body">
<p class="usa-alert-text">Any test account created during the beta period will be removed from the system when the filing period opens in January 2017.</p>
</div>
</div>
<#if !realm.registrationEmailAsUsername>
<label for="username" class="${properties.kcLabelClass!}">${msg("username")}</label>
<input type="text" id="username" class="${properties.kcInputClass!}" name="username" value="${(register.formData.username!'')?html}" />
Expand Down

0 comments on commit ede3a9c

Please sign in to comment.