You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locked user can still use the API. Even if an user is locked by the admin he still can uses the API to create an alert, a case, delete a case, get the list of the cases (certainly other actions are possible but I only tried these cases)
Steps to Reproduce
Go to Admin Panel > Lock the user account
Try to authenticate with the locked user (to be sur he is locked)
If the user if successfully locked try to use his credentials to call the api. -> curl -XDELETE -u userlocked:userlocked https://instance:port/api/case/:caseid/
Connect back to The Hive with a valid user and check the case which should be delected
The case is deleted by a locked user
Complementary information
I guess this behaviour is unwanted but may be you are already aware of this !
Thank you for your awesome solution !
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
Locked user can still use the API. Even if an user is locked by the admin he still can uses the API to create an alert, a case, delete a case, get the list of the cases (certainly other actions are possible but I only tried these cases)
Steps to Reproduce
-> curl -XDELETE -u userlocked:userlocked https://instance:port/api/case/:caseid/
Complementary information
I guess this behaviour is unwanted but may be you are already aware of this !
Thank you for your awesome solution !
The text was updated successfully, but these errors were encountered: