Absurdist, Security Architect (Magician), Beer and Bourbon connoisseur, Gamer, lover of Dark Humor (Lovecraft was a comedian), Maker, Apistevist, Agnostic, Atheist.

  • 7 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
rss











  • I’m at a loss. You’re saying that things that you said publicly are private? Or you’re saying that they become private because you delete your account? Assume you dox someone. I need to find out if that happened. As an admin I’d be able to see that

    1. you
    2. publicly posted
    3. their data

    I would need to be able to provide this to authorities if they provided needed legal documentation. Why do you think that privacy dictates you should be able to commit a crime, and get away with it by deleting your account?


  • MrEUserOPtoTechnology@beehaw.orgLemmy user list
    link
    fedilink
    English
    22 years ago

    I created a process to remove the bot accounts from my database without crashing my site. I have tested and it looks like all functions are working. If you need help because you suddenly have thousands more accounts than you would suspect ask me for the procedure. I’ll gladly provide it.

    I was able to identify bot accounts by looking at creation times. They accounts are grouped by “batches” where the account creation times are within seconds of each other. That’s not typically going to happen with random humans creating accounts.




  • MrEUserOPtoTechnology@beehaw.orgLemmy user list
    link
    fedilink
    English
    3
    edit-2
    2 years ago

    SELECT * from local_user; provides a list of users that has a password_encrypted field. That list is exactly equal (all the same accounts are listed) to what I get from: select   p.name,   p.display_name,   a.person_id,   a.email,   a.email_verified,   a.accepted_application from   local_user a,   person p where   a.person_id = p.id;

    So I can see a persons a.email (email address), a.person_id, and their password_encrypted (hash) by correlating these tables, can I not?

    These accounts are NOT ALL local to my server… So I MUST be being passed hashes, right?



  • I don’t know how to make this not about me. So, I’m just going to say it. Friday I closed a 13 year old Reddit account. Saturday and Sunday I brought up multiple Fediverse servers. I now have Mastodon, Lemmy, PixelFed, Owncast, and NextCloud working. I have yet to get Element Chat and PeerTube running. They will happen by Friday. When I opened my Owncast I killed my Twitch account. When PeerTube is up and running I drop YouTube. My point is, I want to thank Reddit for providing me the motivation to leave corporate social media and switch to my own platform. I’m not going back… I’m going forward.