trewknowledge / GDPR

This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.
https://wordpress.org/plugins/gdpr/
GNU General Public License v2.0
149 stars 43 forks source link

Export and Deletion should work for ALL users, not only for REGISTERED ones #195

Open hmstahl opened 6 years ago

hmstahl commented 6 years ago

As far as I see, export, rectification and deletion of user data only works for registered wordpress users. However, also unregistered users, i.e. those who only wrote comments, are entitled for data export and data deletion. If such a user asks e.g. for data export, the request currently is silently ignored.

fclaussen commented 6 years ago

For now, they can request it and the admin can manually process their requests in the dashboard. Automation right now is only available for registered users.

I'll get this reviewed when I get back from vacation.

hmstahl commented 6 years ago

OK, thanks for your fast reply. I requested export for a non registered, but commenting user and could not find a request in the admin's dashboard. Have a nice vacation!

ArnaudBan commented 6 years ago

This is one more reason for the RGPD plugin to use the WordPress Core functions for dealing with user data export and deletion.