Geeklog-Core / geeklog

Geeklog - The Secure CMS.
https://www.geeklog.net
24 stars 19 forks source link

reCAPTCHA Plugin support reCAPTCHA v3 #1060

Closed eSilverStrike closed 2 years ago

eSilverStrike commented 4 years ago

reCAPTCHA v3 is now out. I assume we should support it?

https://developers.google.com/recaptcha/docs/v3

reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is very likely a bot). Based on the score, you can take variable action in the context of your site.

If we want we could add a score option so for example the User Login page could be set to require a very good score before captcha would pass and maybe for a submission like a comment have only a passible score since it has to be manually approved anyways.

mystralkk commented 4 years ago

Implemented with change set a202e43. However, score threshold is still hard-coded now.

mystralkk commented 4 years ago

Well, I added Configuration UI for reCAPTCHA V3 score thresholds with change set bcd89d4.