From f89e433f832a79e9b8f31afa57316cead7e71644 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 19:59:30 +0100 Subject: [PATCH 01/15] Update new log in page Added a line of text below the H1 to give more context. --- app/views/auth/log-in.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 03fc430aa..771c244ad 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,6 +7,7 @@

Log in

+

Select an option to sign in to the servicd securely. Okta is the default option. Pharmacy users can also sign in with via an approved pharmacy IT system.

{{ button({ text: "Log in with Okta", From 5d738450bbec5aee6c490878579ebf979a7f5b85 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 20:06:30 +0100 Subject: [PATCH 02/15] Revise login instructions in log-in.html Updated login instructions for clarity and conciseness. --- app/views/auth/log-in.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 771c244ad..e99155359 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,7 +7,8 @@

Log in

-

Select an option to sign in to the servicd securely. Okta is the default option. Pharmacy users can also sign in with via an approved pharmacy IT system.

+

Select an option to sign in securely.

+

Okta is the default option. Pharmacy users can also sign in with via an approved pharmacy IT system.

{{ button({ text: "Log in with Okta", From 7cc8b724debfbb3420c3f216cac1b10445af666e Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 20:16:19 +0100 Subject: [PATCH 03/15] Update login instructions for clarity --- app/views/auth/log-in.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index e99155359..5a01ccb16 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,8 +7,8 @@

Log in

-

Select an option to sign in securely.

-

Okta is the default option. Pharmacy users can also sign in with via an approved pharmacy IT system.

+

Select how you want to sign in.

+

Okta is the default way to sign in to the service securely. Pharmacy users can also sign in with via an approved pharmacy IT system.

{{ button({ text: "Log in with Okta", From cb0a9b189d17cf46933445de4d6d3799502d1b98 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 20:55:27 +0100 Subject: [PATCH 04/15] Update login instructions text in log-in.html --- app/views/auth/log-in.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 5a01ccb16..a63231803 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,8 +7,8 @@

Log in

-

Select how you want to sign in.

-

Okta is the default way to sign in to the service securely. Pharmacy users can also sign in with via an approved pharmacy IT system.

+

Choose how you want to sign in.

+

Okta is the default option. Pharmacy users can also sign in via an approved pharmacy IT system.

{{ button({ text: "Log in with Okta", From c7ef7327684753713f60375e61fea353d829e242 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 22:30:38 +0100 Subject: [PATCH 05/15] Update log-in instructions to include guidance link Added a reference to logging in guidance for pharmacy users. --- app/views/auth/log-in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index a63231803..788d29b0d 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -8,7 +8,7 @@

Log in

Choose how you want to sign in.

-

Okta is the default option. Pharmacy users can also sign in via an approved pharmacy IT system.

+

Okta is the default option. Pharmacy users can also sign in via an approved pharmacy IT system. See our logging in guidance (opens in new tab)

{{ button({ text: "Log in with Okta", From cecf70ee60e8c5b8d070be4b407cb03adcefcd94 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 22:37:44 +0100 Subject: [PATCH 06/15] Enhance log-in instructions with a hyperlink Added a hyperlink to the logging in guidance for clarity. --- app/views/auth/log-in.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 788d29b0d..61d62efa4 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -8,7 +8,8 @@

Log in

Choose how you want to sign in.

-

Okta is the default option. Pharmacy users can also sign in via an approved pharmacy IT system. See our logging in guidance (opens in new tab)

+

Okta is the default option. Pharmacy users can also sign in via an approved pharmacy IT system. See our logging in guidance (opens in new tab).

+ {{ button({ text: "Log in with Okta", From 0c36551b8ab0c7b028f5f8f23d79620c042d719e Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 23:12:59 +0100 Subject: [PATCH 07/15] Update login instructions in log-in.html --- app/views/auth/log-in.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 61d62efa4..7aeab6258 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,8 +7,8 @@

Log in

-

Choose how you want to sign in.

-

Okta is the default option. Pharmacy users can also sign in via an approved pharmacy IT system. See our logging in guidance (opens in new tab).

+

Choose how you want to log in.

+

Okta is the default option. Pharmacy users can also sign in via their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

{{ button({ From 2f99a725edf8b6ad934bfe6fa01ec89b4a68ecee Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 23:21:46 +0100 Subject: [PATCH 08/15] Clarify Okta login option description --- app/views/auth/log-in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 7aeab6258..ce31b80f9 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -8,7 +8,7 @@

Log in

Choose how you want to log in.

-

Okta is the default option. Pharmacy users can also sign in via their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

+

Okta is the default option and can be used by anyone. Pharmacy users can also sign in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

{{ button({ From d2a0bc722c25b79e6a43308b0a6ed3ae7beabe35 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 23:38:36 +0100 Subject: [PATCH 09/15] Update login instructions for clarity --- app/views/auth/log-in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index ce31b80f9..920e589c9 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -8,7 +8,7 @@

Log in

Choose how you want to log in.

-

Okta is the default option and can be used by anyone. Pharmacy users can also sign in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

+

Anyone can sign in with Okta. Pharmacy users can also sign in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

{{ button({ From a639f50da4b4b8b2351c461d76994c75b24ce3c5 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 23:49:32 +0100 Subject: [PATCH 10/15] Update login instructions for clarity --- app/views/auth/log-in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 920e589c9..8819e7915 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -8,7 +8,7 @@

Log in

Choose how you want to log in.

-

Anyone can sign in with Okta. Pharmacy users can also sign in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

+

All users can log in securely with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

{{ button({ From 99d8523b7bea73825c991a637ae72cd751954cfa Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 19 Aug 2026 23:55:43 +0100 Subject: [PATCH 11/15] Update log-in instructions in log-in.html Removed reference to logging in guidance from the log-in page. --- app/views/auth/log-in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 8819e7915..48a28c91d 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -8,7 +8,7 @@

Log in

Choose how you want to log in.

-

All users can log in securely with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

+

All users can log in with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here.

{{ button({ From 1f1f206d14d3e188fdca44644059e1ceb3fdf93f Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Thu, 20 Aug 2026 14:48:47 +0100 Subject: [PATCH 12/15] Modify log in instructions in log-in.html Updated login instructions to include a reference to logging in guidance. --- app/views/auth/log-in.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 48a28c91d..b7b95d54b 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,8 +7,7 @@

Log in

-

Choose how you want to log in.

-

All users can log in with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here.

+

All users can log in with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here. See our {{ button({ From 2f0f751f1f0f1be6743ba44b1263a3f12c8c342a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Thu, 20 Aug 2026 14:52:13 +0100 Subject: [PATCH 13/15] Add link to logging in guidance in log-in page --- app/views/auth/log-in.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index b7b95d54b..87eb5a875 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -7,7 +7,8 @@

Log in

-

All users can log in with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here. See our +

All users can log in with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

+ {{ button({ From 498bbdf74b796b7903aac76f548e49d487eb551b Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:47:13 +0100 Subject: [PATCH 14/15] Removed white space and margin bottom utility class --- app/views/auth/log-in.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index 87eb5a875..a6bb25404 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -6,10 +6,8 @@
-

Log in

+

Log in

All users can log in with Okta. Pharmacy users can also log in with their pharmacy IT system if it is listed here. See our logging in guidance (opens in new tab).

- - {{ button({ text: "Log in with Okta", @@ -48,8 +46,6 @@

Log in

}) }}
- -
From 632e05b4dd683c87e90710c77fd17afa59cf892b Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:48:08 +0100 Subject: [PATCH 15/15] Remove app-button--min-width-2 classes --- app/views/auth/log-in.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/views/auth/log-in.html b/app/views/auth/log-in.html index a6bb25404..cca84fd4a 100644 --- a/app/views/auth/log-in.html +++ b/app/views/auth/log-in.html @@ -11,7 +11,6 @@

Log in

{{ button({ text: "Log in with Okta", - classes: "app-button--min-width-2", href: "/auth/okta-sign-in" }) }} @@ -20,7 +19,7 @@

Log in

{{ button({ text: "Log in with MediCare", - classes: "nhsuk-button--secondary app-button--min-width-2", + classes: "nhsuk-button--secondary", href: "/auth/medicare-sign-in" }) }}
@@ -28,21 +27,21 @@

Log in

{{ button({ text: "Log in with PharmaPMR", - classes: "nhsuk-button--secondary app-button--min-width-2" + classes: "nhsuk-button--secondary" }) }}
{{ button({ text: "Log in with PharmacyPlus+", - classes: "nhsuk-button--secondary app-button--min-width-2" + classes: "nhsuk-button--secondary" }) }}
{{ button({ text: "Log in with Phoenix", - classes: "nhsuk-button--secondary app-button--min-width-2" + classes: "nhsuk-button--secondary" }) }}