X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/85d23208d31ea5c4fefca5bfdc1616f39869aac7..10e511aee5432ac85e3353a4813546ed1d7dcecf:/doc/bugs/openid_postsignin_failure.mdwn diff --git a/doc/bugs/openid_postsignin_failure.mdwn b/doc/bugs/openid_postsignin_failure.mdwn index df8f3997d..01c3e5a6f 100644 --- a/doc/bugs/openid_postsignin_failure.mdwn +++ b/doc/bugs/openid_postsignin_failure.mdwn @@ -22,7 +22,7 @@ Crypt::DH, URI-Fetch. --Ethan >> 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 +>> to sign in here on ikiwiki.info. --Ethan >>> Yikes, I don't really have the newest CGI::Session after all.. >>> let me try updating that. --Ethan @@ -34,7 +34,7 @@ Crypt::DH, URI-Fetch. --Ethan >>>>> should paste the url. --[[Joey]] I have cookies disabled on my computer, with a bunch of manual -exceptions. This includes myopenid, ikiwiki.kitenet.net, livejournal, +exceptions. This includes myopenid, ikiwiki.info, livejournal, and some others. Unfortunately it didn't include my own domain. So the URI that myopenid redirected me to was fine, but because I didn't have cookies set, I didn't have a session, and so @@ -45,4 +45,8 @@ it would be nice to let the user know that they can't sign in w/o cookies, but I don't see any easy way of detecting that from CGI::Session. Maybe you know a way -- I have never used CGI.pm before, this isn't my forte (in case that wasn't obvious). ---Ethan \ No newline at end of file +--Ethan + +> It's not easily possible to test for cookies, but it is possible to +> display a better error message in this failure mode. [[bugs/done]] +> --[[Joey]]