mirror of https://github.com/BOINC/boinc.git
web: added consent table to delete functionality.
This commit is contained in:
parent
35b446f243
commit
cbd1b5cc02
|
@ -186,6 +186,7 @@ function wipe_account($user) {
|
|||
|
||||
BoincHostAppVersion::delete_for_user($user->id);
|
||||
BoincHost::delete_for_user($user->id);
|
||||
BoincConsent::delete_for_user($user->id);
|
||||
|
||||
// final action
|
||||
delete_user($user); //from user_util.inc
|
||||
|
|
Loading…
Reference in New Issue