The Home for Magento 2 Excellence

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

748 Modules
507 Ready
239 Need Help
🏆 Leaderboard
Popular Module Actively Maintained v4.2.3

Friendly Captcha integration for Magento2

imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

124,468
Downloads
Below average
19
GitHub Stars
Below average
16d ago
Last Release
10
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
16 errors , 51 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.

v4.2.3 on Magento 2.4.8-p4
May 8, 2026
v4.2.1 on Magento 2.4.8-p4
May 8, 2026
v4.2.0 on Magento 2.4.8-p4
May 6, 2026
v4.1.1 on Magento 2.4.8-p4
May 5, 2026
v4.1.0 on Magento 2.4.8-p4
May 4, 2026
v4.0.0 on Magento 2.4.8-p4
Apr 28, 2026

+12 older tests

Share This Module's Status

Friendly Captcha integration for Magento2 Magento compatibility status badge

README

Loaded from GitHub

Official Friendly Captcha Module for Magento

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. This can lead to SPAM.

If you want to block that bypass completely, enable:

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

Requirements

  • PHP >= 8.1
  • Magento >= 2.4.6

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

See DEVELOPMENT.md for details on how to contribute to this module.

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.