We need to be RGPD Compliant and remove all personal data from users each year. We could use a script to create a anonymous user and then replace all user references by this user. Then we remove data from other users An SQL script doing it but less performant and fool-proof than a JS script like the populate one.
We need to be RGPD Compliant and remove all personal data from users each year.
We could use a script to create a anonymous user and then replace all user references by this user. Then we remove data from other users
An SQL script doing it but less performant and fool-proof than a JS script like the populate one.