Extension is integrate Google Recaptcha with your Magento2 store.
Extension is integrate Google Recaptcha with your Magento2 store., (*2)
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*3)
Go to Magento2 root folder, (*4)
Enter following commands to install module:, (*5)
For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, (*6)
composer require faonni/module-re-captcha:2.0.*
For Magento CE(EE) 2.4.x, (*7)
composer require faonni/module-re-captcha:2.4.*
Wait while dependencies are updated., (*8)
Create a folder {Magento root}/app/code/Faonni/ReCaptcha, (*9)
Download the corresponding latest version, (*10)
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ReCaptcha), (*11)
Go to Magento2 root folder, (*12)
Enter following commands:, (*13)
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
In the Magento Admin Panel go to Stores > Configuration > Customers > Customer Configuration > ReCAPTCHA., (*14)
, (*15)
In the Magento Admin Panel go to Stores > Configuration > Advanced > Admin > ReCAPTCHA., (*16)
, (*17)
, (*18)
, (*19)
ReCaptcha from B2b - Extension is integrate Google Recaptcha with B2B Extension your Magento2 store., (*20)
This works only with modules defined as Composer packages., (*21)
Go to Magento2 root folder, (*22)
Enter following commands to remove database data:, (*23)
php bin/magento module:uninstall -r Faonni_ReCaptcha
Go to Magento2 root folder, (*24)
Enter following commands to remove:, (*25)
composer remove faonni/module-re-captcha
Go to Magento2 root folder, (*26)
Enter following commands:, (*27)
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)