Security enhancements
(CORE-283)
|
|
Status: | Resolved |
Project: | i2b2 Core Software |
Component/s: | CRC Cell, PM Cell |
Affects Version/s: | 1.7.10 |
Fix Version/s: | 1.7.10 |
Type: | Sub-Task | Priority: | Major |
Reporter: | Janice Donahoe | Assignee: | Janice Donahoe |
Resolution: | Done | Votes: | 0 |
Labels: | wikirelease | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Affects Database/s: |
All databases
|
Participant/s: |
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 |
Comments |
Comment by Janice Donahoe [ 17/Apr/18 ] |
Tested and verified it is is working as designed. This feature will be included in the 1.7.10 release. |