MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Delete account #157

Open willbarkoff opened 4 years ago

willbarkoff commented 4 years ago

Right now, the only way to purge your account data is to contact us, which is pretty annoying. There should be a way to delete your account and purge the data without reaching out to us.

It should probably include a few steps, so it isn't done accidentally (maybe force the user to type Permanently delete my account, like GitHub does for repos, and send an email). There's also the idea of having a grace period (1 week?) where you can cancel the deletion. This could be done with a cronjob that actually deletes the accounts at a certain time every day.