Details
-
Sub-Task
-
Status: Resolved
-
Major
-
Resolution: Done
-
1.7.10
-
All databases
Description
*** Part of the security enhancements update ***
Functions performed within the Admin module will be logged within the PM_USER_LOGIN table. The service called and user_id that triggered it will be logged.
Example:
Add a new user to the i2b2 via Manage Users. To do this, you need to expand
1. Log into the i2b2 Admin
2. Select Manage Users
3. Click on Add User
4. Enter the User information and click on Save
5. Click on Manage Users to refresh the list of users to see your new user
In the PM_USER_LOGIN table you will see:
USER_ID ATTEMPT_CD ENTRY_DATE CHANGEBY_CHAR STATUS_CD
demo SUCCESS 3/29/2018 12:28:26 PM demo A
demo get_all_user 3/29/2018 12:28:29 PM demo A
demo get_all_user 3/29/2018 12:28:29 PM demo A
demo set_user 3/29/2018 12:29:20 PM demo A
demo get_all_user 3/29/2018 12:29:21 PM demo A
Functions performed within the Admin module will be logged within the PM_USER_LOGIN table. The service called and user_id that triggered it will be logged.
Example:
Add a new user to the i2b2 via Manage Users. To do this, you need to expand
1. Log into the i2b2 Admin
2. Select Manage Users
3. Click on Add User
4. Enter the User information and click on Save
5. Click on Manage Users to refresh the list of users to see your new user
In the PM_USER_LOGIN table you will see:
USER_ID ATTEMPT_CD ENTRY_DATE CHANGEBY_CHAR STATUS_CD
demo SUCCESS 3/29/2018 12:28:26 PM demo A
demo get_all_user 3/29/2018 12:28:29 PM demo A
demo get_all_user 3/29/2018 12:28:29 PM demo A
demo set_user 3/29/2018 12:29:20 PM demo A
demo get_all_user 3/29/2018 12:29:21 PM demo A