Hi,
I need to create processes that check when a user will be created the password need to follow this characteristic:
The password has a minimum length of 16.
The password is not the same as the username.
The password has at least one alpha, one numeric, and one punctuation mark character.
The password is not a simple or obvious word, such as welcome, account, database, or user.
The password differs from the previous password by at least 3 characters.
But i didn´t find how i can configure this