X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b74b7ab68b983b3f7d9e561eb991b21764cdb3be..6a986a8a0bd20e82e128ce7e0aa9587437ae8325:/IkiWiki/Plugin/openid.pm diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm index bc9311d9c..f12cbdaa3 100644 --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -23,9 +23,12 @@ sub getopt () { #{{{ sub getsetup () { #{{{ return + plugin => { + safe => 1, + rebuild => 0, + }, openidsignup => { type => "string", - default => "", example => "http://myopenid.com/", description => "an url where users can signup for an OpenID", safe => 1, @@ -45,7 +48,7 @@ sub formbuilder_setup (@) { #{{{ # needing to depend on it. eval q{use Net::OpenID::Consumer}; if ($@) { - debug("unable to load Net::OpenID::Consumer, not enabling OpenID login"); + debug("unable to load Net::OpenID::Consumer, not enabling OpenID login ($@)"); return; }