authlogic_openid icon indicating copy to clipboard operation
authlogic_openid copied to clipboard

UserSession.save returns true if signing in with OpenID even when confirmed? returns false

Open Bluejade opened this issue 16 years ago • 1 comments

I originally posted this as a AuthLogic Lighthouse ticket, so I'll simply include a link to the ticket.

Note that I found the cause of the problem and propose a possible solution in my second to last post in the ticket.

http://binarylogic.lighthouseapp.com/projects/18752/tickets/80-usersessionsave-returns-true-if-signing-in-with-openid-even-when-confirmed-returns-false

Bluejade avatar Jul 15 '09 14:07 Bluejade

I ran into this problem today by chance. Here's a patch to fix the problem. Unfortunately I don't have a test case because I can't get authlogic_openid's test suite to work at all. http://gist.github.com/628463

FooBarWidget avatar Oct 15 '10 16:10 FooBarWidget