Valid and not valid password examples
The following table illustrates several password examples
and the
results based on the default values for the five password strength
policies:
| Example | Result |
|---|---|
| password |
Not valid: must contain at least one non-alphabetic character. |
| pass |
Not valid: must contain at least 8 characters. |
| passs1234 |
Not valid: contains more than two repeated characters. |
| 12345678 |
Not valid: must contain at least four alphabetic characters. |
| password3 |
Valid. |