Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/views/pharmacies/add-user-permission-level.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ <h1 class="nhsuk-heading-l">{{ roleHeading }}</h1>
<form action="/pharmacies/{{ organisation.id }}/add-user-check" method="post">

{% if not existingUser %}
<p class="nhsuk-body">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" class="nhsuk-link">list of approved email domains (opens in new tab)</a>.</p>
<p>Users must have an nhs.net email or another allowed email address. See <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">examples of allowed email addresses (opens in new tab)</a>.</p>

      <p>If the email address is not allowed, use a different email or <a href="/contact-us" target="_blank">contact us</a>.</p>

{{ input({
label: {
Expand Down
4 changes: 3 additions & 1 deletion app/views/pharmacies/users/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
{% endif %}

<h1 class="nhsuk-heading-l">Add user</h1>
<p class="nhsuk-body">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" class="nhsuk-link">list of approved email domains (opens in new tab)</a>.</p>
<p>Users must have an nhs.net email or another allowed email address. See <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">examples of allowed email addresses (opens in new tab)</a>.</p>

<p>If the email address is not allowed, use a different email or <a href="/contact-us" target="_blank">contact us</a>.</p>

<form action="/pharmacies/users/new-answer" method="post" novalidate="true">

Expand Down
2 changes: 1 addition & 1 deletion app/views/user-admin/add-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}) }}
{% endif %}

<h1 class="nhsuks-heading-l">Add user</h1>
<h1 class="nhsuk-heading-l">Add user</h1>
<p>Users must have an nhs.net email or another allowed email address. See <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">examples of allowed email addresses (opens in new tab)</a>.</p>

<p>If the email address is not allowed, use a different email or <a href="/contact-us" target="_blank">contact us</a>.</p>
Expand Down