aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/openid.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-02-11 17:26:09 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-02-11 17:26:09 -0500
commit046095552ac231366d71a3c7a84bdc6d46662212 (patch)
tree959e814144c3e92078960d37338958fa56e284b2 /IkiWiki/Plugin/openid.pm
parentf2d6d4f6b24bb399481c40dc6eb6f3fe25190c5d (diff)
downloadikiwiki-046095552ac231366d71a3c7a84bdc6d46662212.tar
ikiwiki-046095552ac231366d71a3c7a84bdc6d46662212.tar.gz
httpauth: When cgiauthurl is configured, httpauth can now be used alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it.
Diffstat (limited to 'IkiWiki/Plugin/openid.pm')
-rw-r--r--IkiWiki/Plugin/openid.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm
index b60740c0e..382d8286f 100644
--- a/IkiWiki/Plugin/openid.pm
+++ b/IkiWiki/Plugin/openid.pm
@@ -56,7 +56,7 @@ sub formbuilder_setup (@) {
# OpenID fieldset.
$form->fieldsets("OpenID");
- $form->field(
+ $form->field(
name => "openid_url",
label => gettext("Log in with")." ".htmllink("", "", "ikiwiki/OpenID", noimageinline => 1),
fieldset => "OpenID",