INSERT INTO mtx_portal_option (op_code, op_value, op_default_value, op_type, op_group_code, op_desc, create_code, create_date, modify_code, modify_date)
VALUES('OP_2FACTORAUTH'
, '[USE=true][IFRAME_POPUP=true][WIDTH=500][HEIGHT=600][URL=/extention/portal/twoFactorAuthSample.jsp][M_URL=/extention/portal/twoFactorAuthSample.jsp]'
, '[USE=false][IFRAME_POPUP=true][WIDTH=500][HEIGHT=600][URL=/extention/portal/twoFactorAuthSample.jsp][M_URL=/extention/portal/twoFactorAuthSample.jsp]'
, 'TEXT', 'PORTAL','2차인증 옵션', 'matrixadm', NULL, 'matrixadm', NULL); |