Password Policy

Password Policy is applied for login processes within the application. Users who need to complete the activation process must create a password in accordance with the policy set during the password creation step.

The policy creation process consists of 5 distinct steps, and each step can be used independently.

Character Set defines the characters that must be used when creating a password.

Length specifies the length of the password. If the value is set to -1, it means there is no length limitation.

Password Expiration determines how long the password can be used. A value of -1 indicates that the password has no expiration.

Password Reuse specifies how long the same password can be reused after its validity expires. A value of -1 means there is no limit on reuse.

Password Change defines how frequently the password must be changed, specifying the number of days between changes.