google-authenticator icon indicating copy to clipboard operation
google-authenticator copied to clipboard

Add Support For Google Captcha

Open zwalkcodes opened this issue 3 years ago • 0 comments

I wanted to add support for Google Captcha on the secondary login screen here. It’s essentially one line of code in function secondary_login_screen() of the google-authenticator.php file.

On line 650 add:

<input type=”hidden” name=”g-recaptcha-response” value=”” />

This will pull the recaptcha response POST Data through to authentication for any additional google captcha plugin or custom code added.

zwalkcodes avatar May 27 '21 16:05 zwalkcodes