]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
web commit by http://ethan.betacantrips.com/
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 12 Jan 2007 01:02:04 +0000 (01:02 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 12 Jan 2007 01:02:04 +0000 (01:02 +0000)
doc/bugs/openid_postsignin_failure.mdwn

index 756c41e9b497d94f370e6f1d51578ff04cc2ebdc..d5856c2d132dd65aa70e07783c4bbb782ab1267f 100644 (file)
@@ -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