It would actually be pretty funny if people write smug posts about deleting their account, only to have those posts deleted, because they get deleted together with their accounts. 😅
What would also be funny is if they relied on SQL's "ON DELETE CASCADE" and they forgot to add a foreign key constraint on a table, causing user data to remain. Since the user record is gone, the user also can't login anymore and they'd have to make a new account just to complain about the issue.
What would also be funny is if they relied on SQL's "ON DELETE CASCADE" and they forgot to add a foreign key constraint on a table, causing user data to remain. Since the user record is gone, the user also can't login anymore and they'd have to make a new account just to complain about the issue.
It would be quite interesting to see a user creating a new account to complain about logs, which only devs can access, were not deleted along with their account... 😅