Enable ability to override default required score on V3 #320
enzedonline
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can add the action as an attribute (with '
form
' being the default value) currently - required score would also be very useful (settings.RECAPTCHA_REQUIRED_SCORE
being the default). It would allow distinguishing between usages (e.g. 'contact', 'signup' etc) and use specific scores in those places.e.g.
ReCaptchaField(label="", widget=ReCaptchaV3(action="signup", required_score=0.85))
Reason for this is that some cases might need to be more aggressive than others (e.g. contact form 0.5, signup 0.85).
Google developer docs touch on this a little.
Beta Was this translation helpful? Give feedback.
All reactions