You can use this statement to set the minimum number of characters in a password:
UPDATE DBC.SysSecDefaults SET PasswordMinChar = 8 ;
You can use this statement to set the minimum number of characters in a password:
UPDATE DBC.SysSecDefaults SET PasswordMinChar = 8 ;