this post was submitted on 20 Sep 2023
11 points (100.0% liked)

Lemmy Support

4641 readers
33 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

How does Lemmy deal with deletion requests for banned accounts? There does not appear to be any built in functionality to make this possible which makes compliance with the law more difficult.

you are viewing a single comment's thread
view the rest of the comments
[–] dessalines@lemmy.ml 3 points 1 year ago (1 children)

Go to your user settings, and click the big red delete account button.

[–] IzzyData@lemmy.ml 5 points 1 year ago* (last edited 1 year ago) (2 children)

This doesn't work if you are banned as it prevents you from logging in. Being able to log in and not post is a more user friendly banned state and would allow them to delete their account themselves.

Side question, deleting your account or purging a user would delete all of that users comments correct?

[–] ada@lemmy.blahaj.zone 2 points 1 year ago

Purging a user will do that, but it won't federate the removal to other instances.

You could remove the posts before purging, but that doesn't trigger a purge on the remote end, it just hides the content.

[–] dessalines@lemmy.ml 2 points 1 year ago (1 children)

Hrm, open an issue on the github if you would.

Deleting your own account overwrites all your content in the DB with dummy data.

Purging is an activity done by admins that does an actual database delete. It's very dangerous and should only be done in extreme cases.

[–] jackpot@lemmy.ml 1 points 11 months ago (1 children)

is lemmy capable of sending all data from a user efficiently on request?

[–] dessalines@lemmy.ml 1 points 11 months ago

You mean like an account export? We have an open issue for that, but its not completed yet.