This plugin tackles three GDPR requirements:
- Gaining consent to collect and use data by inlcuding, "I agree with terms and conditions" tick boxes.
- Right to erasure, if your theme doesn't have aleary a "Remove account" button you will be able to add it as a "User menu" entry.
- Right to data portability, users will be able to download all data collected by your Osclass website. (Bear in mind that some plugins may store information and won't be download.).
As a administrator you can define if the Download link automatically generates the user data on the fly or a request user data email is send to the website email contact address.
This plugin works with Osclass 3.8 (tested), untested with Osclass 3.9, Osclass 4 & 5 and Osclasspoint releases.
I'm attaching also the latest version 1.21 (as of August 2018, newer may exist) for archiving reasons.
There is a small fix, you have to find and delete
if(osc_is_current_page('login', 'recover_post')) { return true; }
from file in the plugin. See:
/ gdpr_osclass / class/OsclassGdpr.php file and delete line #296 code
(in version 1.2.1)
in order password forgot to work right.
What was fixed?
What was fixed?
In several places the "gdpr_osclass" was "gpdr_osclass", in php, css ....
Here is what was wrong (not only the red ones):