Captcha.eu for Magento 2
captcha-eu/magento
Integrates the Captcha.eu service into Magento using a REST and public key pair to protect store forms with privacy-focused CAPTCHA challenges.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardLooking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubCaptcha.eu
Magento 2 Install
# install composer package
composer require captcha-eu/magento;
# enable module
php bin/magento module:enable CaptchaEU_Captcha;
# upgrade setup
php bin/magento setup:upgrade;
Obtain REST-Key & Public-Key
- Go to www.captcha.eu/login and signup
- After signup go to domains and add a new domain.
- When done, you'll get the Rest-Key and Public Key
Head back to your Adobe Commerce / Magento 2 admin interface and enter both keys under STORES -> Configuration -> Captcha.eu
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.