magenxcommerce / module-re-captcha-user
Google reCAPTCHA integration for Magento2
Installs: 2
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magenxcommerce/framework: *
- magenxcommerce/module-re-captcha-ui: 1.1.*
- magenxcommerce/module-re-captcha-validation-api: 1.1.*
Replaces
- magento/module-re-captcha-user: *
This package is auto-updated.
Last update: 2024-10-22 11:54:22 UTC
README
Please refer to: https://github.com/magento/security-package
Emergency commandline disable for Admin panel Login page:
Can disable Google reCAPTCHA for Admin Panel Login page from command-line:
php bin/magento security:recaptcha:disable-for-user-login
This will disable Google reCAPTCHA for Admin Panel Login page form.
Emergency commandline disable for Admin panel Reset Password page:
Can disable Google reCAPTCHA for Admin panel Reset Password page from command-line:
php bin/magento security:recaptcha:disable-for-user-forgot-password
This will disable Google reCAPTCHA for Admin panel Reset Password page form.