-
Notifications
You must be signed in to change notification settings - Fork 3
Add a way to delete accounts #45
Comments
How is this best implemented? /cc @binny45 |
Perhaps just disable account. Facebook didn't have delete for a long time. Though this would be trivial for us to do since our database is fairly simple. |
Like you said, the database is rather simple. It may be easiest to delete them from the database -- could each user have a simple settings page showing them the option? |
Just some more information on what would need to be performed to delete a user (this should be done in a transaction):
|
In the schema we defined, would the cascades not make a few of those lines invalid/unnecessary? |
Depends on the database system. If cascades are enabled then yes they would be unnecessary. It wasn't meant to be SQL to run, more of an easy way to define what would need to be deleted. |
Currently there is no way to delete an account after its creation.
The text was updated successfully, but these errors were encountered: