Background
Atm a user is able to deactivate her/his account. How should the services and the frontend handle such a user and her/his data/decks/slides/images/questions/...?
Such an deactivated account (has the flag deactivated: true) is ignored by the user-service (returns Locked 423) for all actions (like login, get user data). But the other services are not aware of this flag.
Action items
- What is the workflow to re-activate a user?
- How to handle data of a deactivated user? Searchable, viewable
- Is the public profile still available? Perhaps with a deactivated mark.
- Other topics to handle?