-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User can create a request for deletion/anonymization #4
Comments
Do we want this? Isn't it usually enough to verify password? |
This should also send a confirmation email to say “your request has been received” or is that part of confirming that the email is up-to-date? |
My thinking here is that (I believe) an email ackowledging final deletion/final anonymization has been completed. Thought it wise to confirm deliverability? Can also serve as a 'request recieved' |
That's absolutely crucial IMO. |
Controller created in #13 |
Will this be configurable to only allow deanonymizing deletion? |
There will be settings in admin to control which modes are enabled. Could you clarify what you mean by "deanonymizing deletion"? |
Hi, @askvortsov1, basically what I mean is when a user deletes their account, we still want to keep the forum history - but I assume their name would have to be removed from the posts? |
Anonymization would scramble all the data on the user object, deletion would delete the user instance. In either case, the posts themselves would remain. |
Ah - if multiple users anonymize would the 'dummy' usernames (I'm not sure how that would be handled) still appear as separate users - to make it easier to read a past conversation? |
Yeah, usernames would be randomly generated, as they have to be unique. On deletion, it would appear as "deleted user" for all. |
Create a 'Data management' section in user settings (/settings)
Should include:
The text was updated successfully, but these errors were encountered: