When i try to delete a user, there always appears an error message:
Integrity Error
The operation cannot be completed, probably due to the following:
- deletion: you may be trying to delete a record while other records still reference it
- creation/update: a mandatory field is not correctly set
[object with reference: im_chat_presence - im.chat.presence]
It seems the user doesnt logout from chat. So how to delete the user?
Have you tried deleting directly in DB in table im_chat_presence look for the entry that references his ID and delete the row. Then try to delete the user again.