Technical documentation - Password policy

Password policy is possible to set.

This function is available in version 5.2 and later

Overview

Password policy can be set in the below setting.

<PasswordValidate> <Length>7</Length> <Uppercase>false</Uppercase> <Lowercase>true</Lowercase> <Digit>true</Digit> <NonLetterOrDigit>true</NonLetterOrDigit> </PasswordValidate> <UserManagementSettings> <!-- User's account will be locked after several attempts. Default value is unset, which means unlimited number of tries. --> <LockAccountOnNumberOfFailureAttempt>5</LockAccountOnNumberOfFailureAttempt> <UserManagementSettings>