explanation

master
joey 2006-11-20 03:22:23 +00:00
parent db86b8b5fb
commit 9f60b7f6cd
2 changed files with 19 additions and 1 deletions

View 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");

View File

@ -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.