magma / magento2-privacy-auth
The Magento 2 PrivacyAuth adds customer privacy authorization request in variuos pages.
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:magento2-module
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: 2025-04-13 06:52:39 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