Hello,
With reCAPTCHA v3 actions, if I set the threshold to '1' would that mean that the challenge will always (or nearly always fail) fail and therfore the fallback challenge will be activated? For example, reCAPTCHA (from module recaptcha).
I'm trying to check that the fallback challenge gets activated but currently unable to as the form is always submitted.
I have the reCAPTVHA v3 logo displayed at the bottom right of the form so believe that's correctly working.
Finally, if I was to set the threshold to '0' would that mean the fallback challenge would never be activated?
Many thanks.
Issue fork recaptcha_v3-3308589
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dench0yes, it will always fail if google is not fully convinced that you are human. You can try to submit the form in the private tab.
I think so, but I cannot say with absolute certainty because I have never tested this case.
Comment #3
dench0Comment #4
qzmenkoI suggest reopen this issue and add a description for the "Threshold" field. At the moment it is really unclear what this field means without any explanation. At least we can add a short explanation and a link to the recaptcha documentation: https://developers.google.com/recaptcha/docs/v3#interpreting_the_score.
I also suggest adding a default value of 0.5, instead of 1, as recommended in the documentation.
Comment #6
dench0Comment #7
Jaspreet-Kaur commentedMR! 8 worked for me! Thanks
Comment #8
dench0Comment #10
dench0