diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-26 09:18:35 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-26 09:18:35 +0200 |
commit | 013774caef9034f5aca8fa8bd821b3aecf27389d (patch) | |
tree | 1498789b09858d76cc40560afb0823d7a36daf9d | |
parent | a8d06999dad59a9f43b73ea943431c71de37ad5e (diff) | |
download | web-013774caef9034f5aca8fa8bd821b3aecf27389d.tar.gz web-013774caef9034f5aca8fa8bd821b3aecf27389d.tar.bz2 web-013774caef9034f5aca8fa8bd821b3aecf27389d.zip |
Revert " then="This wiki has OpenID **enabled**.""
This reverts commit a8d06999dad59a9f43b73ea943431c71de37ad5e.
Identical to copy in the basewiki.
-rw-r--r-- | ikiwiki/openid.mdwn | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ikiwiki/openid.mdwn b/ikiwiki/openid.mdwn deleted file mode 100644 index 2fa972ed..00000000 --- a/ikiwiki/openid.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -[[!meta title="OpenID"]] -[[!meta robots="noindex, follow"]] - -[[!if test="enabled(openid)" - then="This wiki has OpenID **enabled**." - else="This wiki has OpenID **disabled**."]] - -[OpenID](http://openid.net) is a decentralized authentication mechanism -that allows you to have one login that you can use on a growing number of -websites. - -If you have an account with some of the larger web service providers, -you might already have an OpenID. -[Directory of OpenID providers](http://openiddirectory.com/openid-providers-c-1.html) - -[[!if test="enabled(openid)" then=""" -To sign in to this wiki using OpenID, just enter it in the OpenID field in the -signin form. You do not need to give this wiki a password or go through any -registration process when using OpenID. -"""]] - ---- - -It's also possible to make a page in the wiki usable as an OpenID url, -by delegating it to an openid server. Here's an example of how to do that: - - \[[!meta openid="http://yourid.myopenid.com/" - server="http://www.myopenid.com/server"]] |