This extension allows customers to delete, anonymize, and export their personal data.
Magento 2 Open Source or Commerce edition is required.
- The version
3.x
is compliant with Magento2.3.x
. - The version
2.x
is compliant with Magento2.2.x
.
This module does not support Magento 2.0.x
and 2.1.x
, as these versions ar not anymore maintained.
Zip Package:
Unzip the package in app/code/Opengento/Gdpr.
Composer Package:
composer require opengento/module-gdpr
Then, run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
- Art. 17 GDPR
- Account deletion and anonymization can be done in 'My Account > Privacy Settings'.
- Customers can use their 'right to be forgotten'. The password is required to ensure the customer legibility. The account will be erased within 1 hour, or as specified in configuration. The customer can undo the action in this time span.
- Art. 20 GDPR
- Personal data export can be done in 'My Account > Privacy Settings'.
- Customers can export their data in
.zip
archive containing file,.html
(many others are available), with personal data.
- Cookie Policy in a disclosure popup are shown at the first time customer visit.
The configuration for this module is located in 'Stores > Configuration > Customers > Customer Configuration > Privacy (GDPR)'.
The whole documentation and guide is available at our website.
The developer documentation is available at our website.
It explains how to add your own processors to the GDPR workflow.
Raise a new request to the issue tracker.
Please provide your Magento 2 version and the module version. Explain how to reproduce your issue and what's expected.
- Initial Inspiration -
Cookie PopUp
sources - flurrybox - Opengento Community - Lead -
- Thomas Klein - Maintainer -
- Contributors - Contributor -
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!