From 6660fd643bf3b65745d62b24cb16fef1b5205207 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jul 2014 16:21:47 -0400 Subject: Add google back to openid selector. Apparently this has gotten a stay of execution until April 2015. (It may continue to work until 2017.) --- underlays/openid-selector/ikiwiki/openid/openid-jquery.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'underlays') diff --git a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js index 1df419fb8..0400ae6bb 100644 --- a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js +++ b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js @@ -6,6 +6,11 @@ This code is licenced under the New BSD License. */ var providers_large = { + google: { + name: 'Google', + icon: 'ikiwiki/openid/goa-account-google.png', + url: 'https://www.google.com/accounts/o8/id' + }, verisign: { name: 'Verisign', icon: 'ikiwiki/openid/verisign.png', -- cgit v1.2.3