I have deleted user with the comand:
./mattermost user delete v.rism@abcd.com --confirm
but can see this user in System Console he is not disappeared.
if I run
./mattermost user search v.rism@abcd.com
I get “Unable to find user 'v.irismetov@agmk.uz” - user disappeared from system but meanwhile I sea him in system console.
I have read that such trouble was in old releases but my release is almost last: 5.16.0
May I know if you have cleared the cache of your desktop client or refreshed your web browser after the user deletion is done?
Additionally, can we also confirm if the user record is also deleted from the database by running the following query as this will verify if the mattermost user delete command was successful?
SELECT * FROM Users WHERE Email = "v.rism@abcd.com ";