In relation to the discussion here: https://xenforo.com/community/threads/gdpr-discussion-thread.142396/page-27#post-1277630
The ICO made it clear that it's unacceptable to have an "indefinite" retention period for banned account data.
This means we need a way to either automatically or manually review accounts after the retention period.
Possible solutions:
1) Notify admin that "$account has been banned for $retention_period, please review their personal data" automatically based on a cron
2) Have an option in the batch update user tool to automatically remove DOB and email address (in the same way that it currently allows you to remove avatars, etc). This would still need to be run manually but it makes wiping the data easier.
The ICO made it clear that it's unacceptable to have an "indefinite" retention period for banned account data.
This means we need a way to either automatically or manually review accounts after the retention period.
Possible solutions:
1) Notify admin that "$account has been banned for $retention_period, please review their personal data" automatically based on a cron
2) Have an option in the batch update user tool to automatically remove DOB and email address (in the same way that it currently allows you to remove avatars, etc). This would still need to be run manually but it makes wiping the data easier.
Upvote
4