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 @@ -11,6 +11,7 @@
<h1 id="page-heading" class="nhsuk-heading-xl nhsuk-u-margin-bottom-6">Password reset email sent</h1>
<p>An email has been sent to you giving details of how to reset your password.</p>
<p>The link provided in that email will expire in two hours.</p>
<p>Check your Junk folder if the email doesn't arrive.</p>
<p>If you have not received an email, please contact your centre administrator.</p>
<p>To find out your administrator details, <a asp-controller="FindYourCentre" asp-action="Index">search for your centre here</a>.</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
Your registration must be approved by a centre administrator before you can log in.
You will receive an email at the address you registered with when your registration
has been approved.
Check your Junk folder if the email doesn't arrive.
</p>
</div>
<vc:centre-contact-info centre-id="@Model.CentreId.GetValueOrDefault()" />
Expand Down