diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 00:30:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 00:30:20 +0000 |
commit | b4093f76fa6b9c74e3de0a9eb44a1ba24ad1f8e9 (patch) | |
tree | d691120196f867a809744167384a37cdc0b54918 /doc/bugs | |
parent | b51159b019b1c1e34ea63400c9378c111637265d (diff) |
web commit by http://ethan.betacantrips.com/: confused
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/openid_postsignin_failure.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/openid_postsignin_failure.mdwn b/doc/bugs/openid_postsignin_failure.mdwn new file mode 100644 index 000000000..fdbf82aae --- /dev/null +++ b/doc/bugs/openid_postsignin_failure.mdwn @@ -0,0 +1,16 @@ +I tried enabling the openid plugin on my site. I tried to log in but got an +error when coming back to ikiwiki.cgi: "Error: unknown do parameter". I think +this means that do=postsignin isn't handled by CGI.pm. + +The URI in question is fairly long, but if you want me to add it here, I can do that. + +I didn't really know how to debug this so I grepped for "postsignin" in both +openid.pm and passwordauth.pm and found: + + IkiWiki/Plugin/openid.pm: return_to => IkiWiki::cgiurl(do => "postsignin"), + IkiWiki/Plugin/passwordauth.pm: IkiWiki::cgi_postsignin($cgi, $session); + +Am I barking up the wrong tree? Maybe I'm missing something obvious? + +I'm running 1.38 of ikiwiki and the newest CGI::Session, Net::OpenID::Consumer, +Crypt::DH, URI-Fetch. --Ethan
\ No newline at end of file |