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

Asklemmy

47826 readers
1161 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_A@discuss.tchncs.de~

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Hirom@beehaw.org 3 points 1 day ago* (last edited 1 day 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.