configSetMinPasswordLength( )

Sets the minimum required password length for all new users.

Pseudocode
configSetMinPasswordLength(unsigned int length);
Parameters
  • length   The minimum password length for a new user.

Returns

None