artofkot / evarist

Learn advanced math through problem solving.
http://www.evarist.org/
3 stars 0 forks source link

Fix: google sign in button disappears on the webpage, and logs users automatically #10

Open artofkot opened 9 years ago

artofkot commented 9 years ago

There is this weird fact that google tries to sign you in even if you dont press the button, and often fails to do that. Here are two 2 bugs:

  1. Sometimes you go on the login page, and red button "g+ sign in" doesn't appear (or, probably, appears, and then disappears).
  2. Sometimes you go on the login page, button renders, but when you press it, google doesn't log in you. This course was used to implement oauth 2.0
antropophob commented 9 years ago

Caused by addblock plus chrome extension. Resolve by removing extension.

artofkot commented 9 years ago

This solves disappearing issue, thx.

We also want to control the behaviour of logging in. Now, if you use your google acoount, log out, and go to /user/login page, it might log you in automatically. How can we stop that?