diff --git a/setup/hosting.py b/setup/hosting.py
index 5ae1b38a94..e5fc3c878d 100644
--- a/setup/hosting.py
+++ b/setup/hosting.py
@@ -29,7 +29,8 @@ def login_to_google(username, password):
if b'
Account overview - Account Settings' not in raw:
raise ValueError(('Failed to login to google with credentials: %s %s'
'\nGoogle sometimes requires verification when logging in from a '
- 'new IP address. Use lynx to login and supply the verification.')
+ 'new IP address. Use lynx to login and supply the verification, '
+ 'at: lynx -accept_all_cookies https://accounts.google.com/ServiceLogin?service=code')
%(username, password))
return br