TB_AM_CONFIG description change.txt

description update query - Ong Wei Kuan, July 17, 2014 17:14

Download (1.04 KB)

 
1
update TB_AM_CONFIG set DESCRIPTION = 'Duration where CFO user id changed to "Inactive" if user did not login after the grace period.' where CONFIG_NAME = 'EXT_GRACE';
2
update TB_AM_CONFIG set DESCRIPTION = 'Duration where CFO user id changed to "Disable" if user did not login after the dormancy period.' where CONFIG_NAME = 'EXT_DORMANCY';
3
update TB_AM_CONFIG set DESCRIPTION = 'Duration where BBO user id changed to "Inactive" if user did not login after the grace period.' where CONFIG_NAME = 'INT_GRACE';
4
update TB_AM_CONFIG set DESCRIPTION = 'Duration where BBO user id changed to "Disable" if user did not login after the dormancy period.' where CONFIG_NAME = 'INT_DORMANCY';
5
update TB_AM_CONFIG set DESCRIPTION = 'Duration where password is valid.' where CONFIG_NAME = 'PASSWORD_EXPIRY_DAY';
6
update TB_AM_CONFIG set DESCRIPTION = 'Notify user before password expiry' where CONFIG_NAME = 'PASSWORD_EXPIRY_TRIGGER_THRESHOLD';
7
update TB_AM_CONFIG set DESCRIPTION = 'The number of allowable password history. (count)' where CONFIG_NAME = 'PASSWORD_GENERATION';