hryvinskyi / magento2-invisible-captcha
Magento 2 Google Invisible Captcha (Recaptcha) module
Fund package maintenance!
Patreon
Installs: 7 835
Dependents: 0
Suggesters: 0
Security: 0
Stars: 28
Watchers: 4
Forks: 4
Open Issues: 2
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0||~8.1||~8.2
- ext-dom: *
- hryvinskyi/magento2-base: 2.1.1
- magento/framework: *
- magento/module-checkout: *
- magento/module-customer: *
- magento/module-store: *
- symfony/dom-crawler: >=2.7 <5.0
- voku/simple_html_dom: 4.8.6
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-28 21:31:51 UTC
README
Module version 2.0.*||2.1.*||2.2.* support Magento 2.3.*
Module version 1.0.* support Magento 2.1.*||2.2.*
Features
- Lazy Load, google page speed improvements
- Easy to add captcha to your custom form
- AJAX forms supported
- Knockout forms supported
- Refreshing invalid token after a long period of inactivity on the site and after ajax form submitted
Frontend Forms
- Login
- Register
- Forgot password
- Contact
- Newsletter
- Send to Friend
Backend Forms
- Login
- Forgot password
Installation Guide
Install by composer
composer require hryvinskyi/magento2-invisible-captcha
bin/magento module:enable Hryvinskyi_Base
bin/magento module:enable Hryvinskyi_InvisibleCaptcha
bin/magento setup:upgrade
Install download package
-
Download module https://github.com/hryvinskyi/magento2-base Link
-
Download this module Link
-
Unzip two modules in the folder app\code\Hryvinskyi\Base and app\code\Hryvinskyi\InvisibleCaptcha
-
Run commands:
bin/magento module:enable Hryvinskyi_Base bin/magento module:enable Hryvinskyi_InvisibleCaptcha bin/magento setup:upgrade
-
Configure module in admin panel
Command-line:
php bin/magento hryvinskyi:invisible-captcha:disable <area> --website_id=<website_id>
This command will disable invisible captcha for the area and/or website_id.
- area = [global, frontend, adminhtml]
- website_id = ID Website