You can set global password control options in the SysSecDefaults table with an UPDATE statement, for example:
UPDATE DBC.SysSecDefaults SET PasswordMinChar = 8 ;
You can set global password control options in the SysSecDefaults table with an UPDATE statement, for example:
UPDATE DBC.SysSecDefaults SET PasswordMinChar = 8 ;