web: added consent table to delete functionality.

This commit is contained in:
Shawn Kwang 2018-05-24 12:02:43 -05:00
parent 35b446f243
commit cbd1b5cc02
1 changed files with 1 additions and 0 deletions

View File

@ -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