Skip to main content
Back

Could not confirm identity

This pattern lets the user know we could not confirm their identity and what they can do next. This is part of confirming their identity when they sign in with a Government Gateway account for the first time.

When to use

Use this pattern when we could not confirm the user’s identity. This may include when the user:

  • provides details that do not match those we have on file
  • does not complete the process
  • does not provide enough information
  • makes too many attempts

Doing this helps the user complete the task they are trying to do. It also helps reduce time and money spent dealing with queries received by phone and post.

There is also a pattern when we have confirmed their identity.

How it works

Use the standard page template from your service and have the same:

  • header
  • phase banner
  • footer

The page should have:

  • ‘We could not confirm your identity — service name — GOV.UK’ as the page title
  • ‘We could not confirm your identity’ as the <h1> page heading
  • content that explains what went wrong and what they can do
  • a call to action
              <header class="hmrc-page-heading">
  <h1 class="govuk-heading-xl">We could not confirm your identity</h1>
</header>

<p class="govuk-body">The information you have entered does not match our records.</p>

<button type="submit" class="govuk-button" data-module="govuk-button">
  Try again
</button>
            
                <header class="hmrc-page-heading">
  <h1 class="govuk-heading-xl">Nid oeddem yn gallu cadarnhau pwy ydych</h1>
</header>

<p class="govuk-body">Nid yw’r wybodaeth yr ydych wedi’i nodi yn cyd-fynd â’n cofnodion.</p>

<button type="submit" class="govuk-button" data-module="govuk-button">
  Rhowch gynnig arall arni
</button>
              
                {% from "hmrc/components/page-heading/macro.njk"  import hmrcPageHeading %}
{% from "govuk/components/button/macro.njk" import govukButton %}

{{ hmrcPageHeading({
  text: 'We could not confirm your identity'
}) }}

<p class="govuk-body">The information you have entered does not match our records.</p>

{{ govukButton({
  text: "Try again"
}) }}
              
                  {% from "hmrc/components/page-heading/macro.njk"  import hmrcPageHeading %}
{% from "govuk/components/button/macro.njk" import govukButton %}

{{ hmrcPageHeading({
  text: 'Nid oeddem yn gallu cadarnhau pwy ydych'
}) }}

<p class="govuk-body">Nid yw’r wybodaeth yr ydych wedi’i nodi yn cyd-fynd â’n cofnodion.</p>

{{ govukButton({
  text: "Rhowch gynnig arall arni"
}) }}
                
              <header class="hmrc-page-heading">
  <h1 class="govuk-heading-xl">We could not confirm your identity</h1>
</header>

<p class="govuk-body">You have not given us enough information.</p>

<button type="submit" class="govuk-button" data-module="govuk-button">
  Try again
</button>
            
                <header class="hmrc-page-heading">
  <h1 class="govuk-heading-xl">Nid oeddem yn gallu cadarnhau pwy ydych</h1>
</header>

<p class="govuk-body">Nid ydych wedi rhoi digon o wybodaeth i ni.</p>

<button type="submit" class="govuk-button" data-module="govuk-button">
  Rhowch gynnig arall arni
</button>
              
                {% from "hmrc/components/page-heading/macro.njk"  import hmrcPageHeading %}
{% from "govuk/components/button/macro.njk" import govukButton %}

{{ hmrcPageHeading({
  text: 'We could not confirm your identity'
}) }}

<p class="govuk-body">You have not given us enough information.</p>

{{ govukButton({
  text: "Try again"
}) }}
              
                  {% from "hmrc/components/page-heading/macro.njk"  import hmrcPageHeading %}
{% from "govuk/components/button/macro.njk" import govukButton %}

{{ hmrcPageHeading({
  text: 'Nid oeddem yn gallu cadarnhau pwy ydych'
}) }}

<p class="govuk-body">Nid ydych wedi rhoi digon o wybodaeth i ni.</p>

{{ govukButton({
  text: "Rhowch gynnig arall arni"
}) }}
                

Avoid ending a journey

Offer the user a way of continuing to use the service where possible.

If this is not possible, provide another way for the user to do what they need to do. This could be another service where they do not need to confirm their identity.

              <header class="hmrc-page-heading">
  <h1 class="govuk-heading-xl">We could not confirm your identity</h1>
</header>

<p class="govuk-body">You have entered information that does not match our records too many
  times. For security reasons, you must wait 24 hours and then sign in to try again.</p>
<p class="govuk-body">You can <a class="govuk-link" href="#">change other VAT details</a>
  without confirming your identity</p>
            
                <header class="hmrc-page-heading">
  <h1 class="govuk-heading-xl">Nid oeddem yn gallu cadarnhau pwy ydych</h1>
</header>

<p class="govuk-body">Rydych wedi nodi gwybodaeth nad yw’n cyd-fynd â’n cofnodion gormod
  o weithiau. Am resymau diogelwch, mae’n rhaid i chi aros 24 awr ac yna mewngofnodi i roi cynnig arall arni.</p>
<p class="govuk-body">Gallwch <a class="govuk-link" href="#">newid manylion TAW eraill</a>
  heb gadarnhau pwy ydych</p>
              
                {% from "hmrc/components/page-heading/macro.njk"  import hmrcPageHeading %}

{{ hmrcPageHeading({
  text: 'We could not confirm your identity'
}) }}

<p class="govuk-body">You have entered information that does not match our records too many
times. For security reasons, you must wait 24 hours and then sign in to try again.</p>
<p class="govuk-body">You can <a class="govuk-link" href="#">change other VAT details</a>
without confirming your identity</p>
              
                  {% from "hmrc/components/page-heading/macro.njk"  import hmrcPageHeading %}

{{ hmrcPageHeading({
  text: 'Nid oeddem yn gallu cadarnhau pwy ydych'
}) }}

<p class="govuk-body">Rydych wedi nodi gwybodaeth nad yw’n cyd-fynd â’n cofnodion gormod
o weithiau. Am resymau diogelwch, mae’n rhaid i chi aros 24 awr ac yna mewngofnodi i roi cynnig arall arni.</p>
<p class="govuk-body">Gallwch <a class="govuk-link" href="#">newid manylion TAW eraill</a>
heb gadarnhau pwy ydych</p>
                

Understand the user’s journey

Work with the team responsible for the microservice that confirms a user’s identity to understand how the process works. This will help you decide what is the best thing to tell the user to help them complete the process.

Tell the user they will need to confirm their identity when they start to use the service

List what the user needs in the ‘before you start’ information where the service starts.

Give the user extra help when they have a deadline

Help the user confirm their identity as quickly as possible if they must do something by a specific time and the deadline is close. For example, a Self Assessment tax return or tax credit renewal.

Research

We need more research. If you have used could not confirm identity, get in touch to share your research findings.

Discuss could not confirm identity on GitHub