Skip to content

Commit 99c8800

Browse files
authored
Change email address section of Add user page (#276)
Changed email address label from 'NHS email address' to 'NHS-approved email address'. Added text below the H1 to flag that you can only add users with an NHS-approved email address, plus link to the list of approved domains. <img width="437" alt="image" src="https://github.com/user-attachments/assets/073a0ed7-2271-4c75-b561-f823a3bc1d9b" />
1 parent f483620 commit 99c8800

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/views/user-admin/add-user.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
{% endif %}
4646

4747
<h1 class="nhsuks-heading-xl">Add user</h1>
48+
<p>Users must have an NHS-approved email address. See the <a href="https://digital.nhs.uk/services/care-identity-service/applications-and-services/apply-for-care-id/care-identity-email-domain-allow-list" target="_blank">list of approved email domains (opens in new tab)</a>.</p>
4849

4950
<form action="/user-admin/check-answers" method="post" novalidate="true">
5051

@@ -76,7 +77,7 @@ <h1 class="nhsuks-heading-xl">Add user</h1>
7677

7778
{{ input({
7879
"label": {
79-
"text": "NHS email address"
80+
"text": "NHS-approved email address"
8081
},
8182
"id": "email",
8283
"name": "email",
@@ -95,7 +96,7 @@ <h1 class="nhsuks-heading-xl">Add user</h1>
9596
}
9697
},
9798
hint: {
98-
text: "Only registered clinicians can assess the patient and record their consent"
99+
text: "Only registered clinicians can assess the patient and record their consent."
99100
},
100101
"items": [
101102
{

0 commit comments

Comments
 (0)