diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-23 10:00:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-23 10:00:16 +0000 |
commit | a80edcd21e9412b6e628651f4d795ac58c791256 (patch) | |
tree | 86de714fe8f0ecc205190db585df1e2980de98f0 /doc/openid.mdwn | |
parent | 0f4963fe832f18275783cffc775475b0a345cfc0 (diff) | |
download | ikiwiki-a80edcd21e9412b6e628651f4d795ac58c791256.tar ikiwiki-a80edcd21e9412b6e628651f4d795ac58c791256.tar.gz |
web commit by http://damnian.phpbb.cc/
Diffstat (limited to 'doc/openid.mdwn')
-rw-r--r-- | doc/openid.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/openid.mdwn b/doc/openid.mdwn new file mode 100644 index 000000000..fdaba6b85 --- /dev/null +++ b/doc/openid.mdwn @@ -0,0 +1,25 @@ +[[meta title="OpenID"]] + +[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. + +To sign up for an OpenID, visit one of the following identity providers: + +* [MyOpenID](https://www.myopenid.com/affiliate_signup?affiliate_id=26) +* [GetOpenID](https://getopenid.com/) +* [LiveJournal](http://www.livejournal.com/openid/) +* or any of the many others out there.. + +To sign in to this wiki using OpenID, just enter it in the OpenID field in +the signin form. (If the field does not appear, OpenID signin is +disabled.) 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 link="http://www.myopenid.com/server" rel="openid.server"]] + \[[meta link="http://yourid.myopenid.com/" rel="openid.delegate"]] |