This policy setting determines the least number of characters that make up a password for a user account.
Use the policy below to verify
SELECT 1 FROM security_profile_info WHERE minimum_password_length >= 14;
Share