Dictionary (Section)#
Path: /processing/credential-policies/credential-policy{id}/dictionary
Enable password dictionary check. If a password matches a word in the dictionary, any password update will be denied.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| number-of-characters-to-remove-from-prefix-or-suffix | uint8 | optional | Also remove up to this amount of characters from the start/end of the given password and check the resulting words against the dictionary. For example, for a value of 2 and the password ‘curity12’, the passwords ‘curity1’, ‘curity’, ‘urity12’ and ‘rity12’ are also checked. |