diff --git a/govuk-internal-dq/login-config-totp.ftl b/govuk-internal-dq/login/login-config-totp.ftl similarity index 100% rename from govuk-internal-dq/login-config-totp.ftl rename to govuk-internal-dq/login/login-config-totp.ftl diff --git a/govuk-internal-dq/login-otp.ftl b/govuk-internal-dq/login/login-otp.ftl similarity index 100% rename from govuk-internal-dq/login-otp.ftl rename to govuk-internal-dq/login/login-otp.ftl diff --git a/govuk-internal-dq/login/login-verify-email.ftl b/govuk-internal-dq/login/login-verify-email.ftl new file mode 100644 index 0000000..5cac8b0 --- /dev/null +++ b/govuk-internal-dq/login/login-verify-email.ftl @@ -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"> +

${msg("emailVerifyInstruction1")}

+

+ ${msg("emailVerifyInstruction2")} + ${msg("emailVerifyInstruction3")} ${msg("emailResentClickMessage")} +

+ <#elseif section = "info"> + + + \ No newline at end of file diff --git a/govuk-internal-dq/login/messages/messages_en.properties b/govuk-internal-dq/login/messages/messages_en.properties index 82b3142..dddc298 100644 --- a/govuk-internal-dq/login/messages/messages_en.properties +++ b/govuk-internal-dq/login/messages/messages_en.properties @@ -1,17 +1,10 @@ termsTitle=Terms and conditions termsTitleHtml=Terms and conditions termsIntro=You must agree that you have read and understood the terms and conditions of using the service before you can use it. -termsText=

It is an offence to continue without proper authority.

\ -

This is a private service provided by the UK Home Office. Access to, and of, this system is restricted to genuine users and is limited to the purpose of the organisation's business.

\ -

Users must read and conform to the Security Work instructions for this service.

\ -

Activity and use of these services are monitored to secure their effective operation and for all the other lawful business purposes.

\ -

Communications using this service will also be monitored and may be recorded to secure the effective operation and for other lawful business purposes.

\ -

Communications using these services will also be monitored and may be recorded to secure the effective operation and for other lawful business purposes.

\ -

Unauthorised access or attempts to alter, destroy or damage data, programs or equipment could result in criminal prosecution under the Computer Misuse Act (1990)

+termsText=

It is an offence to continue without proper authority.

This is a private service provided by the UK Home Office. Access to, and of, this system is restricted to genuine users and is limited to the purpose of the organisation's business.

Users must read and conform to the Security Work instructions for this service.

Activity and use of these services are monitored to secure their effective operation and for all the other lawful business purposes.

Communications using this service will also be monitored and may be recorded to secure the effective operation and for other lawful business purposes.

Communications using these services will also be monitored and may be recorded to secure the effective operation and for other lawful business purposes.

Unauthorised access or attempts to alter, destroy or damage data, programs or equipment could result in criminal prosecution under the Computer Misuse Act (1990)

loginTotpStep1=Install the FreeOTP Authenticator app on your mobile. loginTotpStep2=Open the app and, using the camera on your phone, scan the QR code below. -loginTotpStep3=Enter the one-time code provided by the application and click Submit to finish the setup. -

rovide a Device Name to help you manage your OTP devices.

+loginTotpStep3=Enter the one-time code provided by the application and click Submit to finish the setup.

rovide a Device Name to help you manage your OTP devices.

loginTotpOneTime=Code from FreeOTP Authenticator emailVerifyTitle=Verify your email emailVerifyInstruction1=An email with instructions to verify your email address has been sent to you.