Can't reset user's password in Google Identity Toolkit: “CAPTCHA_CHECK_FAILED”
问题 I'm trying to setup my Google Identity Toolkit so users can reset their passwords. I'm following the documentation here: https://developers.google.com/identity/toolkit/web/required-endpoints#send_email_url I'm using the PHP Gitkit Client outlined here: https://github.com/google/identity-toolkit-php-client/blob/master/src/GitkitClient.php Specifically the function getOobResults() on line 307 seems to be unhappy for some reason. Here's where I'm at: User sets up account and logs in successfully