Skip to content

Commit

Permalink
Merge pull request #58 from UKHomeOffice/feat/PM-30679
Browse files Browse the repository at this point in the history
Feat/pm 30679
  • Loading branch information
James-Royds-HO authored Nov 17, 2022
2 parents 013c1d5 + 4e9cc13 commit 0c41e4a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
16 changes: 16 additions & 0 deletions govuk-rscas/login/login-verify-email.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<#import "template.ftl" as layout>
<@layout.registrationLayout displayInfo=true; section>
<#if section = "title">
${msg("emailVerifyTitle")}
<#elseif section = "header">
${msg("emailVerifyTitle")}
<#elseif section = "form">
<p class="instruction">${msg("emailVerifyInstruction1")}</p>
<p class="instruction">
${msg("emailVerifyInstruction2")}
${msg("emailVerifyInstruction3")} <a href="${url.loginAction}">${msg("emailResentClickMessage")}</a>
</p>
<#elseif section = "info">

</#if>
</@layout.registrationLayout>
11 changes: 9 additions & 2 deletions govuk-rscas/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

loginTotpStep1=Install the Google Authenticator application on your mobile phone
loginTotpOneTime=Code from Google Authenticator
loginTotpStep1=Install the Google Authenticator app on your mobile.
loginTotpStep2=Open the app and, using the camera on your phone, scan the QR code below.
loginTotpStep3=Google Authenticator will provide a one-time code. Enter this code into the box below. Select ''Continue''.
loginTotpOneTime=Code from Google Authenticator
emailVerifyTitle=Verify your email
emailVerifyInstruction1=An email with instructions to verify your email address has been sent to you.
emailVerifyInstruction2=If you haven''t received the verification code,
emailVerifyInstruction3=you can
emailResentClickMessage=get the email resent

0 comments on commit 0c41e4a

Please sign in to comment.