diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 20:56:54 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 20:56:54 +0000 |
commit | 7ceb5b1f75efa68aac88c179dd6d14e743e4a2ae (patch) | |
tree | e7bbf866d42e6b39817dd6cb1d0b6bd8db83cb62 /doc | |
parent | 8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71 (diff) |
Improve error message when postsignin (probably from openid) fails due to
cookies not being enabled. Adds a new translatable string..
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/openid_postsignin_failure.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/openid_postsignin_failure.mdwn b/doc/bugs/openid_postsignin_failure.mdwn index df8f3997d..b18187c48 100644 --- a/doc/bugs/openid_postsignin_failure.mdwn +++ b/doc/bugs/openid_postsignin_failure.mdwn @@ -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]] |