pwsacademy / around-the-table

An open source platform that supports tabletop gaming communities, written in Swift.
BSD 2-Clause "Simplified" License
19 stars 4 forks source link

Account removal #74

Open svanimpe opened 6 years ago

svanimpe commented 6 years ago

An administrator should be able to remove a user's account when requested.

If the user is hosting any activities, these should be cancelled. All references to the user should then be replaced with references to a "deleted user".

This approach lets us remove the user's account while keeping statistics (like the total number of activities or registrations) intact.