aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/openid_postsignin_failure.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/openid_postsignin_failure.mdwn')
-rw-r--r--doc/bugs/openid_postsignin_failure.mdwn6
1 files changed, 5 insertions, 1 deletions
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]]