Skip to content

Commit

Permalink
content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz committed Nov 19, 2024
1 parent 69f4e3a commit cb4ac7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
14 changes: 4 additions & 10 deletions app/views/help.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,19 +188,19 @@ <h3 class="govuk-heading-s" id="new-user-email">Part 1: Requesting a new account
</li>
<li>The registration link will take you to this page:</li>
<img src="@routes.Assets.versioned("images/configure-otp-password-page.png")" class="screenshots" alt="Sign in page with a link to setup MFA and password" />
<li>
The link will take you to a page where you need to click <span class="govuk-!-font-weight-bold">"Set up two-step authentication and update password"</span>. This will allow you to set up your OTP, which is also known as a 'one-time PIN'. You’ll need this to sign in securely with two-step authentication.
</li>
</ol>

<h3 class="govuk-heading-s" id="why-otp">What is two-step authentication and why do I need to use an OTP?</h3>
<p class="govuk-body">
An OTP (one-time password) is a unique code that confirms your identity. It’s generated by an authenticator app on your smartphone. You can download free authenticator apps like Google Authenticator, Microsoft Authenticator, or FreeOTP. These apps are available on the App Store for iPhone, or Google Play for Android.
</p>
<p class="govuk-body">
To keep the service and your account secure, you must sign in to your TDR account using an OTP in addition to your personal password.
</p>

<h3 class="govuk-heading-s" id="set-up-two-step-auth">Part 2: How to set up your OTP (one time password)</h3>
<p class="govuk-body">
After clicking the "Configure OTP, Update Password" link, you’ll be taken to the <span class="govuk-!-font-weight-bold">"Configure two-steps authentication"</span> page.
After clicking the <span class="govuk-!-font-weight-bold">"Configure OTP, Update Password"</span> link, you’ll be taken to the <span class="govuk-!-font-weight-bold">"Set up two-step authentication"</span> page.
</p>
<img src="@routes.Assets.versioned("images/set-up-mfa-page.png")" class="screenshots" alt="Form to setup multi-factor authentication" />
<h3 class="govuk-heading-s">Step 1: Install an authenticator app</h3>
Expand Down Expand Up @@ -235,12 +235,6 @@ <h3 class="govuk-heading-s">Step 3: Enter the code</h3>
<p class="govuk-body">
Click "Submit" before the code changes in the app.
</p>
<p class="govuk-body">
In the 'One-time code' box, type in the six digits <span class="govuk-!-font-weight-bold">without a space</span>, ensuring that you have enough time to complete this page before the code refreshes every 30 to 60 seconds.
</p>
<p class="govuk-body">
Click 'Submit' <span class="govuk-!-font-weight-bold">before</span> the code used expires in the app.
</p>

<h3 class="govuk-heading-s" id="set-password">Part 3: Set your password</h3>
<p class="govuk-body">You will then be taken to a 'Set new password' page in order to set your own unique password:</p>
Expand Down
8 changes: 1 addition & 7 deletions app/views/judgment/judgmentHelp.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ <h3 class="govuk-heading-s" id="new-user-email">Part 1: Requesting a new account
</li>
<li>The registration link will take you to this page:</li>
<img src="@routes.Assets.versioned("images/configure-otp-password-page.png")" class="screenshots" alt="Sign in page with a link to setup MFA and password" />
<li>
The link will take you to a page where you need to click <span class="govuk-!-font-weight-bold">"Set up two-step authentication and update password"</span>. This will allow you to set up your OTP, which is also known as a 'one-time PIN'. You’ll need this to sign in securely with two-step authentication.
</li>
</ol>

<h3 class="govuk-heading-s" id="why-otp">What is two-step authentication and why do I need to use an OTP?</h3>
Expand All @@ -111,7 +108,7 @@ <h3 class="govuk-heading-s" id="why-otp">What is two-step authentication and why

<h3 class="govuk-heading-s" id="two-step-auth">Part 2: How to set up your OTP (one time password)</h3>
<p class="govuk-body">
After clicking the "Configure OTP, Update Password" link, you’ll be taken to the <span class="govuk-!-font-weight-bold">"Configure two-steps authentication"</span> page.
After clicking the <span class="govuk-!-font-weight-bold">"Configure OTP, Update Password"</span> link, you’ll be taken to the <span class="govuk-!-font-weight-bold">"Set up two-step authentication"</span> page.
</p>
<img src="@routes.Assets.versioned("images/set-up-mfa-page.png")" class="screenshots" alt="Form to setup multi factor authentication" />
<h3 class="govuk-heading-s">Step 1: Install an authenticator app</h3>
Expand Down Expand Up @@ -147,9 +144,6 @@ <h3 class="govuk-heading-s">Step 3: Enter the code</h3>
Click "Submit" before the code changes in the app.
</p>

<p class="govuk-body">In the "One-time code" box, type in the six digits <u>without a space</u>, ensuring that you have enough time to complete this page before the code refreshes (usually every 30 to 60 seconds).</p>
<p class="govuk-body">Click "Submit" <u>before</u> the code expires in the app.</p>

<h3 class="govuk-heading-s" id="set-pass">Part 3: Set your password</h3>
<p class="govuk-body">
You will be taken to a <span class="govuk-!-font-weight-bold">"Set new password"</span> page in order to set your own unique password:</p>
Expand Down

0 comments on commit cb4ac7d

Please sign in to comment.