The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

748 Modules
501 Ready
243 Need Help
🏆 Leaderboard
Popular Module Actively Maintained v3.3.1

Friendly Captcha integration for Magento2

imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

116,838
Downloads
Below average
18
GitHub Stars
Below average
5d ago
Last Release
13
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
22 errors , 64 warnings
PHPStan Failed

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v3.3.1 on Magento 2.4.8-p4
Mar 31, 2026
v3.3.0 on Magento 2.4.8-p4
Mar 21, 2026
v3.3.0 on Magento 2.4.8-p3
Mar 20, 2026
v3.2.2 on Magento 2.4.8-p3
Feb 16, 2026
v3.2.1 on Magento 2.4.8-p3
Feb 4, 2026
v3.2.0 on Magento 2.4.8-p3
Jan 8, 2026

+6 older tests

Share This Module's Status

Friendly Captcha integration for Magento2 Magento compatibility status badge

README

Loaded from GitHub

IMI FriendlyCaptcha

Installing on Magento 2

1. Install using composer

From command line:

composer require imi/magento2-friendly-captcha
php bin/magento module:enable IMI_FriendlyCaptcha
php bin/magento setup:upgrade

2. Generate site key

https://friendlycaptcha.com/signup

3. Enable and configure from your Magento backend config

Stores > Configuration > Security > Friendly Captcha

Frontend

IMI_FriendlyCaptcha adds a Friendly Captcha widget to:

  • Login
  • Register
  • Contact form
  • Forgot password
  • Send to Friend
  • Newsletter signup*
  • Product Reviews

*If you are not using the Magento Newsletter function, please disable the Newsletter Captcha in the settings - otherwise it would still be loaded on each page and later removed via JavaScript.

GraphQL Contact Mutation

Magento's contactUs GraphQL mutation is not protected by the normal Friendly Captcha frontend widget flow.

If you want to block that bypass completely, enable:

Stores > Configuration > Security > Friendly Captcha > Frontend > Disable GraphQL contactUs mutation

Security Scan

This module is accepted by the Magento security scan by Adobe, which normally looks for Google ReCAPTCHA, i.e. replacing the ReCAPTCHA with the Friendly Captcha should not trigger any false positives.

Development

Updating the vendor code

cd view/frontend/web/js/vendor
rm -r friendly-challenge
npm pack friendly-challenge
tar -xvf friendly-challenge-*.tgz
rm friendly-challenge-*.tgz
mv package friendly-challenge

Then make a pullrequest.

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.