Username remains in roles.xml after user removal operation
Description
"Remove Selected" button is working as expected. The selected user will be deleted from users.xml and not from roles.xml, since we are not removing associated roles to that user.
"Remove Selected and remove role associations" will remove roles from the roles.xml and user from users.xml.
Sorry @Jukka Rahkonen my bad. The problem is from the users UI, when “remove selected” is clicked the user info deleted from users.xml and not from roles.xml as expected.
When "Remove Selected and remove role associations" is selected it was not deleting username from roles.xml. With this ticket it is ensured that username is also removed from roles.xml in this case.
Jukka Rahkonen
January 20, 2022 at 7:18 AM
I apologize but I do not understand what is the problem.
"Remove Selected" button is working as expected. The selected user will be deleted from users.xml and not from roles.xml, since we are not removing associated roles to that user.
"Remove Selected and remove role associations" will remove roles from the roles.xml and user from users.xml.