ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Clean user from all DB tables on user deletion #57

Closed felixridinger closed 2 years ago

felixridinger commented 2 years ago

When deleting a user, the corresponding entry was deleted from the user db table. However, there are other places (projects, mapping tables, etc.) where the user still existed.

The deletion process is now extended to delete everything related to the user.