You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: