Actions
User Story #299
openEpic #49: Implement user, groups and permissions management
Feature #271: User administration
As an administrator, I want deleting an account to be reversible for a while and then final, so that a mistake costs nothing and a departure leaves nothing behind
User Story #299:
As an administrator, I want deleting an account to be reversible for a while and then final, so that a mistake costs nothing and a departure leaves nothing behind
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Deleting an account is both routine and irreversible, which is a bad combination. Staging it gives room to undo, while still ending with the data actually gone.
Acceptance criteria
- Deleting suspends the account and schedules its removal, stating the date
- The deletion can be cancelled during that period, restoring the account
- An account that still owns servers cannot be deleted until they are handed over or removed, and the interface says which
- After the period, the account is removed and its traces in recorded history are anonymised
- The last administrator cannot be deleted
Rejection reason
Superseded by the rewritten epic #49
Actions