Add google back to openid selector. Apparently this has gotten a stay of execution until April 2015. (It may continue to work until 2017.)
parent
1e2e6eeb2b
commit
6660fd643b
|
@ -1,3 +1,10 @@
|
|||
ikiwiki (3.20140614) UNRELEASED; urgency=medium
|
||||
|
||||
* Add google back to openid selector. Apparently this has gotten a stay
|
||||
of execution until April 2015. (It may continue to work until 2017.)
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 03 Jul 2014 16:19:40 -0400
|
||||
|
||||
ikiwiki (3.20140613) unstable; urgency=medium
|
||||
|
||||
* only_committed_changes could fail in a git repository merged
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue