First time here? Check out the FAQ!

Revision history  [back]

We'll need to implement this feature. It is possible to do from the python shell, but nothing in the UI.

It is possible to delete the user via the "django admin" interface and that will delete all objects created by that user (anything that has ForeignKey to that user row). However the downside is that this user will be able to re-register. A better option is to make the account "blocked" and keep the email address on file.