-
Notifications
You must be signed in to change notification settings - Fork 178
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
Google treats every authentication attempt as a "new device" #241
Comments
Closing this one - stupid user error (that's me!) - it appears that actually verifying the sign-in attempt from within Google Accounts -> Security page removes this nagging. |
I'm actually facing the same problem, every sign-in attempt I got a e-mail from Google about new device sign-in, and I also got a CAPTCHA prompt. @laurisvan, can you elaborate what change you made in the Security Page of Google Account ? |
@JPLemelin The problem actually reappeared for me as well when turning on MFA. I cannot see that verification form again. Previously Google recognised google-aws-auth authentication attempts as new devices that would need to be verified. It appears that is not the case anymore, but I still do get the CAPTCHA prompt. I'll reopen this ticket - perhaps some of the authors can clarify why CAPTCHA appears and how it could be disabled. For reference, I am using version 0.0.37 installed via python pip. (as previously the problem seemed to be due to outdated version of urllib3. My current urllib version seems to be 1.26.8, which is more recent than the versions that were earlier reported to have issues. |
I noticed this same behavior when I updated to the most recent version of Something definitely changed between that older version and the newest. |
First of all, thanks for a great tool - this really helps us to solve one everyday problem we have!
However, now that we are taking the tool into use, it appears that every sign-in attempt results in an e-mail from Google warning about a new device sign-in attempt. We also get a CAPTCHA prompt for every login.
Is there any possibility to remember the device information, so that Google would not send the authentication warnings. We would like to retain the warning if possible to bring visibility on new devices signing in.
The text was updated successfully, but these errors were encountered: