this post was submitted on 01 May 2025
38 points (100.0% liked)
Asklemmy
47826 readers
1138 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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.
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.