This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from cfpb/verify-message
Updates verify message
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<#import "template.ftl" as layout> | ||
<@layout.registrationLayout; section> | ||
<#if section = "title"> | ||
${msg("emailVerifyTitle")} | ||
<#elseif section = "header"> | ||
${msg("emailVerifyTitle")} | ||
<#elseif section = "form"> | ||
<div class="usa-width-one-whole margin-bottom-1"> | ||
<div class="usa-alert usa-alert-${message.type}"> | ||
<div class="usa-alert-body"> | ||
<h3 style="margin-top: 0;">Verify your email to activate your account</h3> | ||
<p>You have been sent an email with a verification code.</p> | ||
<p>This code will expire in 60 minutes. If you would like a new code or if you haven't received the email, <strong><a style="text-transform: lowercase;" href="${url.loginAction}">${msg("doClickHere")}</a></strong> to send a new one.</p> | ||
</div> | ||
</div> | ||
|
||
<p>For help with account-related issues, please contact | ||
<strong><a href="mailto:${properties.supportEmailTo!}?subject=${properties.supportEmailSubject?url('UTF-8')}">${properties.supportEmailTo}</a></strong>. | ||
</p> | ||
</#if> | ||
</@layout.registrationLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,10 @@ h6, | |
max-width: 450px; | ||
} | ||
|
||
.verifyEmailMessage { | ||
margin-top: 4em; | ||
} | ||
|
||
.usa-form { | ||
max-width: 450px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters