You can use this statement to set the maximum number of characters in a password:
UPDATE DBC.SysSecDefaults SET PasswordMaxChar = 12 ;
You can use this statement to set the maximum number of characters in a password:
UPDATE DBC.SysSecDefaults SET PasswordMaxChar = 12 ;