Revision history [back]
delete user from askbot?
What will happen if a user wants to delete his account?
I assume that he should send an email to the admin? But still, deleting the account should not imply that all his questions/answers also to be deleted since this is not helpful for the community.
So, what should be the solution? I see that through django console, you can delete users from the database, but all his questions/answers also are deleted.
Do you have any good ideas what should be the proper way?
delete user from askbot?
Hello.
I was wondering about the following. What will happen (hypothetical scenario of course, I dont want to delete my account :) ) if a user wants to delete his account?
I assume that he should send an email to the admin? admin, is this correct? But still, deleting the account should not imply that all his questions/answers also to be deleted since this is not helpful ethic for the community.
So, what should be the solution? I see that through django console, you can delete users from the database, but all his questions/answers also are deleted.
Do you have any good ideas what should be the proper way?