adigital / gdprdatachecker
Run through the database and pull out any information associated with a specified email address
Installs: 853
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 4
Forks: 0
Open Issues: 1
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
- dompdf/dompdf: ^1.2.1|^2.0
README
Run through the database and pull out any information associated with a specified email address
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require adigital/gdprdatachecker
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for GDPR Data Checker.
GDPR Data Checker Overview
When someone requests all of the data that a company holds on them, we don't want to have to run through the database and create custom queries for each request. Due to the introduction of GDPR, we have thought about the process of getting all of the data that relates to an email address. We have looped through all of the user tables, authored entries, form submissions, and commerce orders.
Configuring GDPR Data Checker
No configuration is necessary after installation has been completed.
Using GDPR Data Checker
Go to GDPR Checker from the sidebar, and type in an email address. Once the check is completed you can download a PDF report or email the information directly to the email address entered.
Currently this plugin is compatible with the following:
- Craft Commerce
- Charge
- Freeform
- Formbuilder
Brought to you by A Digital