From 892def200edb5b5a7ad96f8774c7cd74cbe3d7e6 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 11 Aug 2026 16:29:46 +0100 Subject: [PATCH 1/3] Updated text about users having to have an allowed email address to align with latest version in Manage users in main RAVS. --- app/views/pharmacies/users/new.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/pharmacies/users/new.html b/app/views/pharmacies/users/new.html index 672c8604..515da72b 100644 --- a/app/views/pharmacies/users/new.html +++ b/app/views/pharmacies/users/new.html @@ -27,7 +27,9 @@ {% endif %}

Add user

-

Users must have an NHS-approved email address. See the list of approved email domains (opens in new tab).

+

Users must have an nhs.net email or another allowed email address. See examples of allowed email addresses (opens in new tab).

+ +      

If the email address is not allowed, use a different email or contact us.

From 384ae4acedc0fd92902b6c5c374d8706846d9c9b Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 11 Aug 2026 16:34:43 +0100 Subject: [PATCH 2/3] Updated text about users having to have an allowed email address --- app/views/pharmacies/add-user-permission-level.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/pharmacies/add-user-permission-level.html b/app/views/pharmacies/add-user-permission-level.html index b2d6d0f9..6fd96d6a 100644 --- a/app/views/pharmacies/add-user-permission-level.html +++ b/app/views/pharmacies/add-user-permission-level.html @@ -75,7 +75,9 @@

{{ roleHeading }}

{% if not existingUser %} -

Users must have an NHS-approved email address. See the list of approved email domains (opens in new tab).

+

Users must have an nhs.net email or another allowed email address. See examples of allowed email addresses (opens in new tab).

+ +      

If the email address is not allowed, use a different email or contact us.

{{ input({ label: { From 8a863d0309f82cc9b9e053d0d2b3f7f624034073 Mon Sep 17 00:00:00 2001 From: Caitlin Roach Date: Wed, 12 Aug 2026 09:16:48 +0100 Subject: [PATCH 3/3] spacing and style fixes --- app/views/pharmacies/users/new.html | 2 +- app/views/user-admin/add-user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pharmacies/users/new.html b/app/views/pharmacies/users/new.html index 515da72b..dccb2642 100644 --- a/app/views/pharmacies/users/new.html +++ b/app/views/pharmacies/users/new.html @@ -29,7 +29,7 @@

Add user

Users must have an nhs.net email or another allowed email address. See examples of allowed email addresses (opens in new tab).

-      

If the email address is not allowed, use a different email or contact us.

+

If the email address is not allowed, use a different email or contact us.

diff --git a/app/views/user-admin/add-user.html b/app/views/user-admin/add-user.html index 333b08fc..a05bf07c 100644 --- a/app/views/user-admin/add-user.html +++ b/app/views/user-admin/add-user.html @@ -65,7 +65,7 @@ }) }} {% endif %} -

Add user

+

Add user

Users must have an nhs.net email or another allowed email address. See examples of allowed email addresses (opens in new tab).

If the email address is not allowed, use a different email or contact us.