Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Important
-
Resolution: Fixed
-
Version/s: Einstein release
-
Labels:
Description
The old user deleted code had a bug where users were not deleted correctly. We can deleted them now, manually.
Issue Links
- testing discovered
-
DBOINCP-452 Delete user improvements
-
Well, enable_delete_account serves two purposes: a) its a security feature to prevent unintentional account deletions and b) it controls what account deletion actually means. If you're not depending on enable_delete_account then projects don't have a choice, right? Deletion always means "wipe". Since we make use of an original BOINC feature, shouldn't we then support it in a similar way? That is, rather call delete_account() instead such that projects can choose what happens on the BOINC side of things? Right now we're needlessly giving away useful flexibility, I think.