-
Notifications
You must be signed in to change notification settings - Fork 41
Delete Account #52
Comments
That's an interesting suggestion. I'll need to think about this one. In the meantime, I'd like to open the floor to anyone with specific implementation suggestions or requirements. (Hence: the feedback sought tag.) |
I was thinking more of the backend implementation. Do we soft-delete for N days then have a script that hard-deletes them in the background? (For example: Twitter.) |
Could do both. Let the user, admin, or both decide which policy to use. Personally I tend toward immediate deletion. Use Cases:
|
@paragonie-scott I believe some country laws require the ability to delete yourself and all of your associated data. |
Then it's probably a good thing we separate "authors" from "users". :) |
For reference: https://en.wikipedia.org/wiki/Right_to_be_forgotten |
Okay, I'll create a proof of concept over the weekend. |
Well, that PoC never happened. Upon reflection, I think I should just make account deletion decisive and permanent, but not delete content. There are use cases for soft-deleting, but ultimately that's something that can be implemented upon a client's requests (in respect to their exact needs) in the future. |
Done in 7a6339c |
Expected Outcome
I want to be able to completely remove my account from a site. Right to be forgotten, and whatnot.
What Actually Happened
I went to my profile, but couldn't find an option to delete my account.
The text was updated successfully, but these errors were encountered: