OpenID: Remove support for Google Accounts

From May 19, 2014[1] Google is no longer allowing new servers to use
OpenID API to authenticate user accounts.  From April 20, 2015 Google
will shut down the OpenID service.

Delete Google Account suggestion from the web interface.

[1] https://developers.google.com/+/api/auth-migration#timetable

Change-Id: Idcf4e5a528e574c0042c897db87ea821fbf89315
This commit is contained in:
Shawn Pearce
2014-05-23 11:50:06 -07:00
committed by David Pursehouse
parent ca0469150c
commit a7d3e6cea3
6 changed files with 3 additions and 11 deletions

View File

@@ -19,6 +19,4 @@ public class OpenIdUrls {
public static final String LASTID_COOKIE = "gerrit.last_openid";
public static final String URL_YAHOO = "https://me.yahoo.com";
public static final String URL_GOOGLE =
"https://www.google.com/accounts/o8/id";
}