-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for invisible reCAPTCHAs #8258
Add support for invisible reCAPTCHAs #8258
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8258 +/- ##
==========================================
+ Coverage 15.93% 15.95% +0.02%
==========================================
Files 86 86
Lines 4707 4707
Branches 826 827 +1
==========================================
+ Hits 750 751 +1
+ Misses 3431 3430 -1
Partials 526 526
|
Tried to create an account on testing ; the invisible captcha floating button thing appeared, but clicking "sign up" caused the button to become disabled for a bit, and then it became re-enabled? Didn't receive any email. |
5bf5357
to
dcc72e7
Compare
This code looks like it work! One weird edge case with aliases which I think we fixed:
|
Code tested and works, there are some challenges with alias accounts i.e. |
Closes #7674
Replaces our image-based reCAPTCHA with an invisible reCAPTCHA.
Not yet tested.Edit: I was able to create an account on
testing
.Technical
Testing
Screenshot
Stakeholders