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
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
<h1 class="nhsuk-heading-xl">Create an account</h1>
<div class="nhsuk-inset-text nhsuk-u-margin-top-4 nhsuk-u-margin-bottom-7">
<span class="nhsuk-u-visually-hidden">Information: </span>
<p>Ideally you should provide a work email address so that your registration results in the most appropriate access.</p>
<p>Providing a work email address will ensure your registration receives the appropriate access.</p>
</div>
<form class="nhsuk-u-margin-bottom-2" asp-controller="Registration" asp-action="CreateAccountEmailVerification" method="post">
<input type="hidden" name="formSubmission" value="true">

<vc:text-input asp-for="Email"
label="Enter your work email address"
label="Enter your email address"
populate-with-current-value="true"
type="text"
spell-check="false"
Expand All @@ -55,7 +55,7 @@


<vc:text-input asp-for="ComfirmEmail"
label="Confirm your work email address"
label="Confirm your email address"
populate-with-current-value="true"
type="text"
spell-check="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="nhsuk-u-reading-width">
<h2 class="nhsuk-heading-l">General user account</h2>
<p>
General users can access resources made available by contributors to all users.
General users have access to the resources that contributors have made available for public access.
</p>
<div>
<h3>Required information</h3>
Expand All @@ -40,12 +40,12 @@
</p>
<h2 class="nhsuk-heading-l">Additional information needed</h2>
<ul class="nhsuk-list nhsuk-list--bullet">
<li>Qualifying work email address (e.g. NHS email address)</li>
<li>Qualifying work email address (for example, NHS email address)</li>
<li>Current role </li>
<li>Professional registration number (if applicable)</li>
<li>Grade / Band </li>
<li>Grade or Band </li>
<li>Start date</li>
<li>Primary specialty (if applicable)</li>
<li>Primary speciality (if applicable)</li>
<li>Country</li>
<li>Place of work details</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note that this link has a time limit of [TimeLimit]. If you select the link afte
To log in at any other time go to <a href="[TenantUrl]">[TenantUrl]</a>, enter your username and password and select the Sign in button.<br/><br/>
When you first log in you will be guided through a series of steps to complete your registration. Providing correct information means that we can offer you a better learning experience.<br/><br/>
Please <b>do not reply</b> to this email.<br/><br/>
Support <ol> <li>For more information on how to log in, access learning resources and contribute resources, visit the Learning Hub <a href="https://support.learningub.nhs.uk/">Support pages</a>.</li> <li>If you have any problems or further questions, contact us using the following <a href="[SupportFormUrl]">Support Form</a>.</li> <li>You can also use our <b>Live Chat</b> service which will connect you to the Support team. Look for the Live Chat icon in the bottom right of your browser when you visit the Learning Hub.</li> </ol> Thanks again for creating an account and we hope you enjoy your learning experience.<br/><br/>
<ol> <li>For more information on how to log in, access learning resources and contribute resources, visit the Learning Hub <a href="[SupportFormUrl]">Support pages</a>.</li> <li>If you have any problems or further questions, contact us using the following <a href="[SupportFormUrl]">Support Form</a>.</li> <li>You can also use our <b>Live Chat</b> service which will connect you to the Support team. Look for the Live Chat icon in the bottom right of your browser when you visit the Learning Hub.</li> </ol> Thanks again for creating an account and we hope you enjoy your learning experience.<br/><br/>
The Learning Hub Support Team<br/>
NHS England<br/><br/>
<small>This e-mail and any files transmitted with it are confidential. If you are not the intended recipient, any reading, printing, storage, disclosure, copying or any other action taken in respect of this e-mail is prohibited and may be unlawful. If you are not the intended recipient, please notify the sender immediately by using the reply function and then permanently delete what you have received.<br/></small><br/>
Expand All @@ -46,8 +46,7 @@ If this was not you, contact us using the following <a href="[SupportFormUrl]">S
In the unlikely event that selecting the above link does not work, please copy and paste this directly into the address bar of your browser: [PasswordValidateUrl]<br/><br/>
Note that this link has a time limit of [TimeLimit]. If you select the link after this time you will receive instructions on how to generate a new one.<br/><br/>
Once you have reset your password you will be given a link to log in with your new password.<br/><br/>
Please <b>do not reply</b> to this email.<br/><br/>
Support
Please <b>do not reply</b> to this email.<br/><br/>
<ol> <li>For more information on how to log in, access learning resources and contribute resources, visit the Learning Hub <a href="https://support.learningub.nhs.uk/">Support pages</a>.</li>
<li>If you have any problems or further questions, contact us using the following <a href="[SupportFormUrl]">Support Form</a>.</li>
<li>You can also use our <b>Live Chat</b> service which will connect you to the Support team. Look for the Live Chat icon in the bottom right of your browser when you visit the Learning Hub.</li> </ol>
Expand All @@ -67,7 +66,7 @@ We received a request to retrieve your username for the Learning Hub.<br/><br/>
If this was not you, contact us using the following <a href="[SupportFormUrl]">Support Form</a>.<br/><br/>
The username registered to this email address is: [UserName]<br/><br/>
If you know your password, you can log in straight away or do you need a <b><a href="[TenantUrl]/forgotten-password">password reminder</a></b> password reminder?<br/><br/>
Please <b>do not reply</b> to this email.<br/><br/> Support <ol>
Please <b>do not reply</b> to this email.<br/><br/> <ol>
<li>For more information on how to log in, access learning resources and contribute resources, visit the Learning Hub <a href="https://support.learninghub.nhs.uk/">Support pages</a>.</li>
<li>If you have any problems or further questions, contact us using the following <a href="[SupportFormUrl]">Support Form</a>.</li>
<li>You can also use our <b>Live Chat</b> service which will connect you to the Support team. Look for the Live Chat icon in the bottom right of your browser when you visit the Learning Hub.</li> </ol>
Expand Down
Loading