update
[ikiwiki.git] / doc / ikiwiki / openid.mdwn
1 [[!meta title="OpenID"]]
2 [[!meta robots="noindex, follow"]]
3
4 [[!if test="enabled(openid)"
5      then="This wiki has OpenID **enabled**."
6      else="This wiki has OpenID **disabled**."]]
7
8 [OpenID](http://openid.net) is a decentralized authentication mechanism
9 that allows you to have one login that you can use on a growing number of
10 websites.
11
12 If you have an account with some of the larger web service providers,
13 you might already have an OpenID. 
14 [Directory of OpenID providers](http://openiddirectory.com/openid-providers-c-1.html)
15
16 [[!if test="enabled(openid)" then="""
17 To sign in to this wiki using OpenID, just enter it in the OpenID field in the
18 signin form. You do not need to give this wiki a password or go through any
19 registration process when using OpenID.
20 """]]
21
22 ---
23
24 It's also possible to make a page in the wiki usable as an OpenID url,
25 by delegating it to an openid server. Here's an example of how to do that:
26
27         \[[!meta openid="http://yourid.myopenid.com/"
28                server="http://www.myopenid.com/server"]]