Earlier quoted context omitted.
How do you mean?
Let’s imagine you’re a modern bank and associate card transactions with the merchant. Even if you sanitize/delete the account holder record, you can’t delete the transactions themselves (as it would screw up your accounting) nor the merchant association. Now let’s say you have a very particular customer that always goes to a very specific restaurant at pretty much the same time every day consistently. That pattern al…
Some discouraging anecdotes on how services handle account deletions
81–90 of 133 posts
Re: Some discouraging anecdotes on how services handle account deletions
#82Earlier quoted context omitted.
How do you mean?
Let’s imagine you’re a modern bank and associate card transactions with the merchant. Even if you sanitize/delete the account holder record, you can’t delete the transactions themselves (as it would screw up your accounting) nor the merchant association. Now let’s say you have a very particular customer that always goes to a very specific restaurant at pretty much the same time every day consistently. That pattern al…
Re: Some discouraging anecdotes on how services handle account deletions
#83Is it possible in Germany to file a GDPR violation against vendors who outright refuse deletion or fail to comply otherwise?
Re: Some discouraging anecdotes on how services handle account deletions
#84Is it possible in Germany to file a GDPR violation against vendors who outright refuse deletion or fail to comply otherwise?
I'm pretty sure you can file a complaint with any company that operates in Germany (or other GDPR-supporting countries). AFAIK it does not matter where they're registered, only that they provide services in your country.
Re: Some discouraging anecdotes on how services handle account deletions
#85Earlier quoted context omitted.
How does the law relate to backups? What about reports run in the past and possibly saved on someone’s local drive?
https://gdpr-info.eu/
Re: Some discouraging anecdotes on how services handle account deletions
#86Earlier quoted context omitted.
That's illegal under the GDPR and many other privacy laws and is subject to heavy fines if caught. I work in privacy at a large tech company, and we take this stuff extremely seriously.
No one really checks Source : talked with people who implemented gdpr deletion at some companies.
Also, given that the EU has been taking increasing action against companies for non-compliance, I wouldn't bet on it remaining unchecked forever. In the intermediate term, I'd bet on there being third-party compliance checks and certificates, with companies that don't use such getting more attention.
Re: Some discouraging anecdotes on how services handle account deletions
#87I'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.
When a user requests deletion from my wishlist service, I fully delete everything, not only to be GDPR-compliant, but because it's the right thing to do. This includes: - Their account changes and passports - Their own wishlists, including all items added - Any claims they've made on other wishlists - Any item suggestions they've added to other wishlists - The checked status of any item suggestions they've checked on…
Re: Some discouraging anecdotes on how services handle account deletions
#88Earlier quoted context omitted.
Is this based on your interpretation of GDPR, or legal precedent?
Given that 99% of GDPR stuff goes unenforced, presumably it's the former. If you understand the GDPR exclusively based on legal precedent, you'd probably conclude the GDPR doesn't exist.
Re: Some discouraging anecdotes on how services handle account deletions
#89Earlier quoted context omitted.
That's illegal under the GDPR and many other privacy laws and is subject to heavy fines if caught. I work in privacy at a large tech company, and we take this stuff extremely seriously.
The heavy fines everyone is fear-no getting about are a running joke now. It took 4 years and a non-profit making lots of noise for a brazen, obvious and malicious GDPR breach to be investigated despite it being plastered on every single website out there (I’m talking about non-compliant consent popups). To date, the accumulated fine amount over the 4 years and all fined companies is around a billion. Now lookup the…
I think the system improved the web as a whole for EU with new options for consumers despite.
Re: Some discouraging anecdotes on how services handle account deletions
#90I wonder how this is supposed to work with workplace apps such as Slack, especially with regards to GDPR. Say I am leaving my job, and want my personal information to be purged from this 3rd party service (Slack). They say [1] "Primary Owners of a workspace or org must contact Slack to request deletion of a deactivated member's profile information." . What if I contact the "Primary Owner" before leaving my job and th…