Skip to content
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 Google Captcha #27

Open
zwalkcodes opened this issue May 27, 2021 · 0 comments
Open

Add Support For Google Captcha #27

zwalkcodes opened this issue May 27, 2021 · 0 comments

Comments

@zwalkcodes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant