]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/openid.mdwn
7da2f85759099a340486eb09c438ce00980401b1
[ikiwiki.git] / doc / plugins / openid.mdwn
1 [[!template id=plugin name=openid core=1 author="[[Joey]]"]]
2 [[!tag type/auth]]
3
4 This plugin allows users to use their [OpenID](http://openid.net/) to log
5 into the wiki.
6
7 The plugin needs the [[!cpan Net::OpenID::Consumer]] perl module.
8 Version 1.x is needed in order for OpenID v2 to work.
9
10 The [[!cpan LWPx::ParanoidAgent]] perl module is used if available, for
11 added security. Finally, the [[!cpan Crypt::SSLeay]] perl module is needed
12 to support users entering "https" OpenID urls.
13
14 This plugin is enabled by default, but can be turned off if you want to
15 only use some other form of authentication, such as [[passwordauth]].