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.

    • IzzyDataOP
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      9 months ago

      Good to know. It seems they still have to do it manually. It might make sense to allow users to delete their own accounts though.

  • DessalinesMA
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

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

    • IzzyDataOP
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      9 months ago

      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?

      • DessalinesMA
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        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
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

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

          • DessalinesMA
            link
            fedilink
            arrow-up
            1
            ·
            8 months ago

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

      • Ada@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 months 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.