diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 01:02:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 01:02:04 +0000 |
commit | b048424da293792e95d842d0308e9ef1a7f5dfa5 (patch) | |
tree | 4f358aa93952d11c80767ce6308e96c17870c195 /doc/bugs | |
parent | d1f1e81a28e08fcb36672a9a1fd637df7c508e14 (diff) |
web commit by http://ethan.betacantrips.com/
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/openid_postsignin_failure.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/openid_postsignin_failure.mdwn b/doc/bugs/openid_postsignin_failure.mdwn index 756c41e9b..d5856c2d1 100644 --- a/doc/bugs/openid_postsignin_failure.mdwn +++ b/doc/bugs/openid_postsignin_failure.mdwn @@ -18,3 +18,8 @@ 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]] + +>> I put debugging output in openid.pm and it suggests that the +>> verification is taking place successfully. I see "openid.mode=id_res" +>> in the URI. On top of that, it's the same Openid server I use +>> to sign in here on ikiwiki.kitenet.net. --Ethan |