Before requesting an account "deletion" for an account you have anywhere, always go through every single field and enter fictitious data. This includes adding fictitious photos and the like. The service may keep the previous iterations of the data, sure, but that's less likely than them keeping the latest version of the data, which is almost a certainty.
Some discouraging anecdotes on how services handle account deletions
11–20 of 133 posts
Re: Some discouraging anecdotes on how services handle account deletions
#12The company I know handles account "deletions" by pseudonymizing data, which is utter BS, any half-competent engineer can recover who the original person was. The engineering lead in charge realized he can get promoted by calling pseudonymization "anonymization" thereby fooling most, and not losing the data for the company. Those who knew he was making a mess were not included in the data deletion project, likely bec…
Re: Some discouraging anecdotes on how services handle account deletions
#13Before requesting an account "deletion" for an account you have anywhere, always go through every single field and enter fictitious data. This includes adding fictitious photos and the like. The service may keep the previous iterations of the data, sure, but that's less likely than them keeping the latest version of the data, which is almost a certainty.
And precisely for that reason many companies nowadays don't allow to edit/modify certain fields unless you request support and provide a proof of your identity.
Re: Some discouraging anecdotes on how services handle account deletions
#14Part of this is leftover tech culture from Facebook's early focus on Growth, Growth, and more Growth. Allowing for easy deletion of accounts was fundamentally at odds with user growth. It's refreshing to see that tech is now heading in a more socially responsible direction, but the industry still has a long way to go.
what are examples of tech heading in a more socially responsible direction?
Re: Some discouraging anecdotes on how services handle account deletions
#15I still get mountains of crap from a google workspace account I deleted a year ago - google play developer updates - google cloud service updates - your billing info has expired! update it now or else! despite the fact I can't log into the account because it doesn't exist I suppose actually deleting anything goes against google's DNA
Re: Some discouraging anecdotes on how services handle account deletions
#16Part of this is leftover tech culture from Facebook's early focus on Growth, Growth, and more Growth. Allowing for easy deletion of accounts was fundamentally at odds with user growth. It's refreshing to see that tech is now heading in a more socially responsible direction, but the industry still has a long way to go.
What? Absolutely the opposite is true. Tech is now doing evil shit that was unthinkable ten years ago. Like Facebook using the phone number you put in as part of your 2FA for marketing purposes [1]. The only thing that's happening right now is tech companies are paying more lip service to giving a fuck about users, not actually giving a fuck about them.
[1] https://techcrunch.com/2018/09/27/yes-facebook-is-using-your...
Re: Some discouraging anecdotes on how services handle account deletions
#17Valuable lesson was next project I will likely have to figure out how to effectively shard and round robin containers across diverse cloud providers, as I don't forsee ever affording to be able to be treated that poorly again.
Re: Some discouraging anecdotes on how services handle account deletions
#18This is super duper common. Most companies that I've run across don't actually have a mechanism for properly deleting accounts. My anecdote: Collage.com - I tried it, was unsatisfied with the results so I requested that they delete my account under CCPA (being a Californian). They said they completed. My account was renamed from email@domain.com to email@domain.com-deleted12344843223432 . My session wasn't even termi…
Name and shame. And please take the time to file a complaint.
And yes, I should have filed a complaint with the California AG but I never did for unrelated reasons. Too late now.
Re: Some discouraging anecdotes on how services handle account deletions
#19This is super duper common. Most companies that I've run across don't actually have a mechanism for properly deleting accounts. My anecdote: Collage.com - I tried it, was unsatisfied with the results so I requested that they delete my account under CCPA (being a Californian). They said they completed. My account was renamed from email@domain.com to email@domain.com-deleted12344843223432 . My session wasn't even termi…
Name and shame. And please take the time to file a complaint.
Re: Some discouraging anecdotes on how services handle account deletions
#20I've worked for several companies and let me tell you the truth: * accounts are never deleted, period * At most there's a column in the table which specifies whether the account is alive or not. That's it.