📊 State of Magento 2025

The Home for Magento 2 Excellence

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

616 Modules
403 Ready
212 Need Help
🏆 Leaderboard
Actively Maintained v3.2.2

Friendly Captcha integration for Magento2

imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

112,000
Downloads
Below average
18
GitHub Stars
Below average
6d ago
Last Release
10
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
22 errors , 57 warnings
PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

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

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
v3.1.2 on Magento 2.4.8-p3
Dec 15, 2025
v3.1.2 on Magento 2.4.8-p2
Oct 31, 2025
v3.1.1 on Magento 2.4.8-p2
Oct 2, 2025

+13 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.

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.