Job Seeker Login Creation
Password Strength Requirements
To ensure a password is strong, it should meet the following criteria:
- Password history: Do not use passwords that have been used in the previous three password changes.
- Match: Both new password and confirm new password must be same
- Length: Minimum of 8 characters.
-
Character Diversity:
- At least one uppercase letter (A-Z).
- At least one lowercase letter (a-z).
- At least one special character (e.g., @#$%^&*(),.?":{}|<>).
- At least one digit (0-9).
- Example of invalid sequence: aaa, 111, xxx, 999.
- Example of invalid sequence: 123, 321, 456, 987.
- Example of invalid sequence: abc, xyz, bcd, zyx.