magma / magento2-privacy-auth
The Magento 2 PrivacyAuth adds customer privacy authorization request in variuos pages.
Package info
github.com/magma/magento2-privacy-auth
Type:magento2-module
pkg:composer/magma/magento2-privacy-auth
1.0.5
2021-05-21 12:22 UTC
Requires
- magento/framework: 100.0.*|100.1.*|101.0.*|^102.0|^103.0
- magento/module-checkout-agreements: >=100.0
- magento/module-cms: >=100.0
- magento/module-newsletter: >=100.0
This package is not auto-updated.
Last update: 2026-03-01 11:04:56 UTC
README
The Magento 2 PrivacyAuth adds customer privacy authorization request in:
- newsletter subscription form
- customer registration page
- checkout
- contact page
Installation guide
$ 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
$ php bin/magento setup:di:compile