diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | underlays/openid-selector/ikiwiki/openid/openid-jquery.js | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index a0fccafe6..de07f747a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20150330) UNRELEASED; urgency=medium + + * Re-remove google from openid selector; their openid provider is + gone for good. + + -- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400 + ikiwiki (3.20150329) experimental; urgency=high [ Joey Hess ] diff --git a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js index 0400ae6bb..1df419fb8 100644 --- a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js +++ b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js @@ -6,11 +6,6 @@ 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', |