Details
Description
Membership remove action in user management panel removes the user directly by clicking the 'Remove' link. This operation is vulnerable against csrf attacks hence the action should not be directly invoked with the link, but a confirm dialog should be shown before proceeding with the removal.