Actions
Bug #4578
closedDeleting a user causes infinite loop
Description
When deleting a user it's calling ->delete, which calls cbDeleteUser, which calls ->delete. Move the necessary cleanup code to ->delete and have cbDeleteUser use proper user object and call ->delete.
Actions