executing unims group will show delated user/login as well
Reproduction steps :
- create login user
- add group/groups to login
- delete login
- execute from ../app/bin/ on UVMS: unims group
- delated user is present in each group,
Expected behavior :
- unilst group : since the Login does not exist anymore it should not be visible
Release : 6.10
Component : DOLLAR UNIVERSE
The issue was reported as product defect ( DU_AS-5056 )
Workaround to see all existing logins:
- Use database query SELECT * FROM UNI_UV_USER WHERE IS_DELETED != 1 (this will not show user groups)
Will be fixed in future release