]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/openid.mdwn
* perl is broken: print "" || die fails! Work around this insanity.
[ikiwiki.git] / doc / openid.mdwn
index fdaba6b85081a143f04a7818a4213797a0ecfd7d..7c6d2bda7dab2909d0a52dfaef729eadd4f813e3 100644 (file)
@@ -1,20 +1,29 @@
 [[meta title="OpenID"]]
 
+[[template id=note text="""
+[[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.
 
 To sign up for an OpenID, visit one of the following identity providers:
 
-* [MyOpenID](https://www.myopenid.com/affiliate_signup?affiliate_id=26)
+* [MyOpenID](https://www.myopenid.com/)
 * [GetOpenID](https://getopenid.com/)
+* [Videntity](http://videntity.org/)
 * [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
+Your OpenID is the URL that you are given when you sign up.
+[[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.
+"""]]
 
 ---