You can use this statement to reset the duration of password acceptance to 30 days:
UPDATE DBC.SysSecDefaults SET ExpirePassword = 30 ;
You can use this statement to reset the duration of password acceptance to 30 days:
UPDATE DBC.SysSecDefaults SET ExpirePassword = 30 ;