kwrigh8176 / VolunteerIndex

MIT License
0 stars 0 forks source link

Account Deletion #45

Closed kwrigh8176 closed 10 months ago

kwrigh8176 commented 10 months ago

As a user or an organization, I should be able to delete my accounts.

kwrigh8176 commented 10 months ago

this will involve zero-ing out fields rather than deleting their entries from the database.

This prevents foreign key deletion from getting messy. In the case of orgs deleting their accounts, it lets the users keep the events that they posted.