diff --git a/app/views/preferences/customer-view/verify/email-verified.html b/app/views/preferences/customer-view/verify/email-verified.html new file mode 100644 index 0000000..396ed6b --- /dev/null +++ b/app/views/preferences/customer-view/verify/email-verified.html @@ -0,0 +1,40 @@ +{% extends "layouts/main.html" %} + +{% block pageTitle %} + Content page template – {{ serviceName }} – GOV.UK Prototype Kit +{% endblock %} + +{% block beforeContent %} + +{% endblock %} + +{% block content %} + +
+
+
+
+ + + +

What happens next

+

We have sent you a confirmation email to example@email.com.

+

You can now exit this page.

+
+
+
+
+ +{% endblock %} diff --git a/app/views/preferences/customer-view/verify/mobile-phone-number-verified.html b/app/views/preferences/customer-view/verify/mobile-phone-number-verified.html new file mode 100644 index 0000000..ce5a21e --- /dev/null +++ b/app/views/preferences/customer-view/verify/mobile-phone-number-verified.html @@ -0,0 +1,40 @@ +{% extends "layouts/main.html" %} + +{% block pageTitle %} + Content page template – {{ serviceName }} – GOV.UK Prototype Kit +{% endblock %} + +{% block beforeContent %} + +{% endblock %} + +{% block content %} + +
+
+
+
+ + + +

What happens next

+

We have sent you a confirmation text message to 07123 456 789.

+

You can now exit this page.

+
+
+
+
+ +{% endblock %} diff --git a/app/views/preferences/customer-view/verify/verify-your-email.html b/app/views/preferences/customer-view/verify/verify-your-email.html new file mode 100644 index 0000000..7b0b88d --- /dev/null +++ b/app/views/preferences/customer-view/verify/verify-your-email.html @@ -0,0 +1,46 @@ +{% extends "layouts/main.html" %} + +{% block pageTitle %} + Content page template – {{ serviceName }} – GOV.UK Prototype Kit +{% endblock %} + +{% block beforeContent %} + +{% endblock %} + +{% block content %} + +
+
+
+
+

Verify your email

+

We have sent a 6 digit code to example@email.com. The 6 digit code will expire in 30 minutes.

+ +

Enter it into the box below to verify your email.

+ + +
+ + +
+ +

Resend email

+

I did not get an email

+ +
+ +
+ +
+ +
+
+
+
+ +{% endblock %} diff --git a/app/views/preferences/customer-view/verify/verify-your-mobile-phone-number.html b/app/views/preferences/customer-view/verify/verify-your-mobile-phone-number.html new file mode 100644 index 0000000..4c795fa --- /dev/null +++ b/app/views/preferences/customer-view/verify/verify-your-mobile-phone-number.html @@ -0,0 +1,46 @@ +{% extends "layouts/main.html" %} + +{% block pageTitle %} + Content page template – {{ serviceName }} – GOV.UK Prototype Kit +{% endblock %} + +{% block beforeContent %} + +{% endblock %} + +{% block content %} + +
+
+
+
+

Verify your phone number

+

We have sent a text message with a 6 digit code to 07123456789. The 6 digit code will expire in 30 minutes.

+ +

Enter it into the box below to verify your phone number.

+ + +
+ + +
+ +

Resend text message

+

I did not get a text message

+ +
+ +
+ +
+ +
+
+
+
+ +{% endblock %} diff --git a/app/views/preferences/menu.html b/app/views/preferences/menu.html index 0586b9b..b8dc96e 100644 --- a/app/views/preferences/menu.html +++ b/app/views/preferences/menu.html @@ -51,6 +51,17 @@

For the consideration of the developers we have includes some additional screens of interest, note that they are just for reference and will have limited functionality:

+

+ Verify your email and mobile phone number +

+ + +

Sign out

diff --git a/app/views/round-8/menu.html b/app/views/round-8/menu.html index 9c082ed..010ed71 100644 --- a/app/views/round-8/menu.html +++ b/app/views/round-8/menu.html @@ -56,7 +56,7 @@

UR testing scenarios

-

Scenario 1: Happy path.

+

Scenario 1: Happy path for two evidence-types.