this post was submitted on 01 May 2025
42 points (100.0% liked)

Asklemmy

48943 readers
335 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 6 years ago
MODERATORS
 

E.g. you used a service like for job hunting, submitted personal data, landed a job and are now done with it.

all 18 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 21 points 1 month ago (1 children)

I first change my information then delete it. So IE say my name is Don Brown. I change it to Jack Thorton, wait a few days and then delete.

[โ€“] [email protected] 2 points 1 month ago (1 children)

I change the email address before deleting. If the deletion requires email confirmation, I'll change it to a disposable email address. Otherwise, I'll make up an email address with a nonexistent domain name

[โ€“] [email protected] 3 points 1 month ago
[โ€“] [email protected] 21 points 1 month ago (1 children)

I have been using temporary emails for accounts that I don't think is necessary.

For example, I was trying to mod Stardew Valley and for some reason Nexus Mods requires an account to download, so I just made one using a temporary email and random password.

I'm not gonna delete the account because screw them why would I need an account to download stuff. Imma eat up their storage.

[โ€“] [email protected] 7 points 1 month ago

They pay mod authors (like me!) based on unique user downloads. Requiring an account makes it harder to fraudulently inflate numbers, which also benefits the whole community as broadly speaking the most downloaded/endorsed mods are also the best. Bot farming would ruin the site but not paying the most dedicated mod authors would also ruin the site.

[โ€“] [email protected] 13 points 1 month ago* (last edited 1 month ago)

I have recently tried to remove a lot of accounts from websites I no longer use. A lot of them don't even have that option, especially forums.

[โ€“] [email protected] 8 points 1 month ago (2 children)

You should especially delete a job-hunting account once you're done with it. It depends on the site, but it likely has all the info off your resume.

The sites themselves have no reason to delete your data, plus they probably want to sell your data and / or feed it to AI.

We all know these sites have all this data, attracting those who want to hack the site to sell the data themselves.

[โ€“] [email protected] 2 points 1 month ago (1 children)

Deleting accounts doesn't mean the company deletes your data. Even under GDPR (Everyone else is completely SOL here, I believe), they can keep if it is required for their business, unless you explicitly demand a full deletion.

[โ€“] gamermanh 1 points 1 month ago

Everyone else is completely SOL here, I believe

Too lazy to look but I'm pretty sure Californians have that same ability, though similarly we have to request full deletion

So VPN on over ig

[โ€“] Appoxo 1 points 1 month ago

More of an example cuz I saw another post here talking about our jpb center.

[โ€“] [email protected] 7 points 1 month ago

Absolutely. One mailadress per service. Once a year or so i cycle through everything and delete accounts i don't need/want. I contact the services that don't offer deletion of my data directly. I like to think that the little things count.

[โ€“] [email protected] 6 points 1 month ago

I do this a lot whenever I have my 5-year cycle of migrating accounts. If I have lost track of and forgotten entirely the purpose of an account I had once made and know it is not essential or required, it is gone.

Unfortunately, there are services and places out there online in which they do not allow you to delete accounts. I wish this would be a federal law of some kind because it would lessen your footprints online. It is bad practice and I automatically label them as data farms because really, what reason do you have to not allow people to delete their accounts? You're setting people up to be collected in data breaches and therefore your data falls into the hands of someone you wouldn't want to have it.

[โ€“] [email protected] 3 points 1 month ago (1 children)

Yes, assuming the site allows deleting accounts.

Many don't have an easy way of deleting accounts. Some won't delete an account even when making a formal request.

[โ€“] Appoxo 2 points 1 month ago (1 children)

I noticed that with some niche services.
The were some that I wanted to keep but didnt have a way of changing my email adress.
Like why. That can't be that difficult.

[โ€“] [email protected] 4 points 1 month ago* (last edited 1 month ago)

Likely bad coding or bad database design.

Best practice is to avoid using email as primary key in the user database, instead use an internal ID, so that an email change can happen without touching the primary key.

Your reply made me think of an alternative to deleting accounts : replace personal information to use a pseudonym and a throwaway email, remove everything that can be removed.

That would help once the badly coded website get hacked or its database get leaked.

[โ€“] [email protected] 2 points 1 month ago

Yes, absolutely.

[โ€“] [email protected] 2 points 1 month ago

That makes sense actually.