Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To set up the standard SHRINE application user, you will need to connect to the i2b2pm database and insert entries for the SHRINE this user:

Code Block
languagesql
themerdark
insert into PM_USER_DATA
(user_id, full_name, password, status_cd)
values
('shrine', 'SHRINE User', 'demouser', 'A');

insert into PM_PROJECT_USER_ROLES
(PROJECT_ID, USER_ID, USER_ROLE_CD, STATUS_CD)
values
('SHRINE', 'shrine', 'USER', 'A');

insert into PM_PROJECT_USER_ROLES
(PROJECT_ID, USER_ID, USER_ROLE_CD, STATUS_CD)
values
('SHRINE', 'shrine', 'DATA_OBFSC', 'A');