-
Suggestion
-
Resolution: Unresolved
-
None
-
4
-
User invite page is uses reCAPTCHA V3 to check whether a invite request is generated by a human user or a bot. And, it provides a score between 0.0 (bot) to 1.0 (human).
reCAPTCHA V3 uses machine learning to detect bot-like activity and there can be cases where it can have "false positives" [give low score for requests made by human users].
Currently, this'll just block the user from sending the user invite with an error message "Something went wrong".
Please add a reCAPTCHA v2 fallback mechanism, so that in the case V3 provides a false positive, a V2 challenge is initiated (prompt user to solve a puzzle) instead of throwing error.