Cannot log to google
Closed this issue · 1 comments
lauroBRCWB commented
I guess we have an error in the file lib/class.google.php.
When trying to log in it is not possible, because the login does not get out the while loop.
In order to fix this I modified the line 102 of the mentioned file from:
if (strpos ($html, "Sign in") != FALSE)
to:
if (strpos ($html, "Sign in") == FALSE)
This is the problem.
After adjusting this, the whole thing worked.
lauroBRCWB commented
wrongly open