https://github.com/magmaconsulting/magento2-privacy-auth
The Magento 2 PrivacyAuth adds customer privacy authorization request in: newsletter subscription form, customer registration page, checkout, contact page.
https://github.com/magmaconsulting/magento2-privacy-auth
allow-privacy privacy
Last synced: 5 months ago
JSON representation
The Magento 2 PrivacyAuth adds customer privacy authorization request in: newsletter subscription form, customer registration page, checkout, contact page.
- Host: GitHub
- URL: https://github.com/magmaconsulting/magento2-privacy-auth
- Owner: magmaconsulting
- License: mit
- Created: 2017-09-08T09:16:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T12:23:11.000Z (about 5 years ago)
- Last Synced: 2025-11-07T13:08:04.252Z (8 months ago)
- Topics: allow-privacy, privacy
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Magento 2 PrivacyAuth adds customer privacy authorization request in:
* newsletter subscription form
* customer registration page
* checkout
* contact page
## Installation guide
```bash
$ composer config repositories.magento2-privacy-auth git git@github.com:magma/magento2-privacy-auth.git
$ composer require magma/magento2-privacy-auth
$ php bin/magento cache:disable
$ php bin/magento module:enable Magma_PrivacyAuth
$ php bin/magento setup:upgrade
$ php bin/magento cache:enable
```
If you are using production or default mode
```bash
$ php bin/magento setup:di:compile
```
- - -