X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/b4093f76fa6b9c74e3de0a9eb44a1ba24ad1f8e9..d1f1e81a28e08fcb36672a9a1fd637df7c508e14:/doc/bugs/openid_postsignin_failure.mdwn diff --git a/doc/bugs/openid_postsignin_failure.mdwn b/doc/bugs/openid_postsignin_failure.mdwn index fdbf82aae..756c41e9b 100644 --- a/doc/bugs/openid_postsignin_failure.mdwn +++ b/doc/bugs/openid_postsignin_failure.mdwn @@ -13,4 +13,8 @@ openid.pm and passwordauth.pm and found: 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 +Crypt::DH, URI-Fetch. --Ethan + +> The url must not have a setting for openid.mode or openid_identifier in +> it. So the OpenId plugin didn't know that it was trying to log in. I +> think this points to an issue with the OpenID server. --[[Joey]]