]> sipb.mit.edu Git - ikiwiki.git/commitdiff
explanation
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 20 Nov 2006 03:22:23 +0000 (03:22 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 20 Nov 2006 03:22:23 +0000 (03:22 +0000)
IkiWiki/CGI.pm
basewiki/openid.mdwn [new file with mode: 0644]

index fe1c5153e6cb2cf01a1acbaba796fc45395fa674..9315c290a22d0972a6341aaf1b1ab24ac9f8468d 100644 (file)
@@ -159,7 +159,8 @@ sub cgi_signin ($$) { #{{{
        $form->field(name => "subpage", type => "hidden");
        $form->field(name => "password", type => "password", required => 0);
        if ($config{openid}) {
-               $form->field(name => "openid_url", label => "OpenID", comment => "to log in via OpenID");
+               $form->field(name => "openid_url", label => "OpenID",
+                       comment => htmllink("", "", "OpenID", 1, 0, "What's this?"));
        }
        else {
                $form->field(name => "openid_url", type => "hidden");
diff --git a/basewiki/openid.mdwn b/basewiki/openid.mdwn
new file mode 100644 (file)
index 0000000..3da78f2
--- /dev/null
@@ -0,0 +1,17 @@
+[[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](http://www.myopenid.com/)
+* [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.