diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-28 12:24:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-28 12:24:32 -0400 |
commit | aefb780eee553ed625f1a8d4fa339aa43540e99e (patch) | |
tree | 5d323b4c0eb5c3e782911c9f1a86fac97d768301 | |
parent | 651eba5478a4e3aa3dfa2ab5c9d26cc41f9e13de (diff) | |
download | ikiwiki-aefb780eee553ed625f1a8d4fa339aa43540e99e.tar ikiwiki-aefb780eee553ed625f1a8d4fa339aa43540e99e.tar.gz |
Re-remove google from openid selector; their openid provider is gone for good.
-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', |