Skip to content

Commit

Permalink
Update homepage messaging about authenticating with justice identity
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Apr 9, 2024
1 parent 29036d2 commit a5a31a1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions controlpanel/frontend/jinja2/justice_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">Authenticate with your Justice identity</h1>
<p class="govuk-body-l">As part of upcoming work to offer new tools and services, all Analytical Platform will need to authenticate with their Justice identity so that we can store your @justice.gov.uk email address.</p>
<p class="govuk-body">You will need to complete authentication by 30th April 2024. If you do not currently have a @justice.gov.uk email address, <a href="#" class="govuk-link">see our guidance on requesting one.</a></p>
<p class="govuk-body-l">We're planning some changes to how you log into the Analytical Platform. We are transitioning from using GitHub to Microsoft 365 (i.e. your @justice.gov.uk email address & password). </p>
<p class="govuk-body">For now all you need to do is click the button below to authenticate via Microsoft 365. This is a one-time operation which will link your current Analytical Platform account information to your @justice.gov.uk email address. This means you'll keep all your current permissions, and there's nothing extra you need to do.</p>
<p class="govuk-body">You will then continue to log in to the Control Panel via your GitHub account as usual. You can read further information about these changes in the <a href="https://mojdt.slack.com/archives/C4PF7QAJZ/p1712592546423129">#analytical-platform-support</a> Slack channel.</p>
<p class="govuk-body"></p>
<div class="govuk-button-group">
<form method="POST" action=".">
{{ csrf_input }}
<button type="submit" class="govuk-button" data-module="govuk-button">
Authenticate with Justice identity
</button>
<a class="govuk-button govuk-button--secondary" href="{{ url('list-tools') }}">
Skip for now
</a>
</form>
<hr class="govuk-section-break govuk-section-break--l govuk-section-break--visible">
<h3 class="govuk-heading-s">If you don't have a @justice.govuk account don't worry</h3>
<p class="govuk-body"><a href="https://mojprod.service-now.com/moj_sp?id=sc_cat_item&sys_id=7404ac3137b723005f7cd1b543990e3e">You can request one here</a>. Please raise a request for an account as soon as you can. It can take a week or more to get fully set up with the correct access.</p>
<p class="govuk-body"><a class="govuk-link" href="{{ url('list-tools') }}">Click here to access the Control Panel while you wait for your account.</a>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit a5a31a1

Please sign in to comment.