Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captcha might not be verified if the original recaptcha module is installed or active somewhere #42

Open
amenk opened this issue Apr 26, 2024 · 0 comments

Comments

@amenk
Copy link
Member

amenk commented Apr 26, 2024

We usually do

composer.replace

        "magento/module-re-captcha-admin-ui": "*",
        "magento/module-re-captcha-checkout": "*",
        "magento/module-re-captcha-checkout-sales-rule": "*",
        "magento/module-re-captcha-contact": "*",
        "magento/module-re-captcha-customer": "*",
        "magento/module-re-captcha-frontend-ui": "*",
        "magento/module-re-captcha-migration": "*",
        "magento/module-re-captcha-newsletter": "*",
        "magento/module-re-captcha-paypal": "*",
        "magento/module-re-captcha-review": "*",
        "magento/module-re-captcha-send-friend": "*",
        "magento/module-re-captcha-store-pickup": "*",
        "magento/module-re-captcha-ui": "*",
        "magento/module-re-captcha-user": "*",
        "magento/module-re-captcha-validation": "*",
        "magento/module-re-captcha-validation-api": "*",
        "magento/module-re-captcha-version-2-checkbox": "*",
        "magento/module-re-captcha-version-2-invisible": "*",
        "magento/module-re-captcha-version-3-invisible": "*",
        "magento/module-re-captcha-webapi-api": "*",
        "magento/module-re-captcha-webapi-graph-ql": "*",
        "magento/module-re-captcha-webapi-rest": "*",
        "magento/module-re-captcha-webapi-ui": "*",

When using this module.

Recently we needed to activate re-captcha-checkout in addition to the Friendly Captcha and notices and increase in SPAM on the forms which are protected by the ReCaptcha.

It looks like the Captcha is no longer verified, because, I can submit the forms successfully after removing the rc-captcha-solution field.

We did not investigate this further, yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant