Password Format#

Passwords must meet the following requirements:

  • At least one uppercase character (A–Z)

  • At least one lowercase character (a–z)

  • At least one digit (0–9)

  • At least one non-alphanumeric character (e.g. @, £, &, %)

  • Between 6 and 100 characters long

The following shows the error displayed if the criteria are not met.

Password validation error

If the password does not meet the length requirement:

Password length error