Hacker News new | ask | show | jobs
by woah 4732 days ago
What about this- clicking "delete account" loads a screen where the account is removed from the frontend, along with an undo button. When the user leaves the page, the account is really deleted. Can you see any problems with this?
1 comments

I like the ingenuity but how would we track when the page has been left - conceivably I could delete an account on Friday then click undo on Sunday.

I guess if it immediately gets soft deleted and in a maintainance batch gets purged. Until maint runs the undo link could still work (although it would still only display until they left the page).