google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Open ID failing for multiple sign-in #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sign in using an openid
2. register that openid with a username
3. sign out
4. sign in using the same openid
5. It asks you to register with a username again

What is the expected output? What do you see instead?
It should log you in with that user

What version of the product are you using? On what operating system?
rev 1266 on Mac OS X

Please provide any additional information below.

I have tried it with 2 openid sources, just in case.  After it asks for the
second registration (see step 5 above) It keeps the openid in the session
so if you don't fill out the registration the openid stays in the session
until you visit /accounts/logout/.  I don't know if the association is ever
being created between the openid and the user.

Original issue reported on code.google.com by thau...@gmail.com on 11 Dec 2008 at 8:19

GoogleCodeExporter commented 9 years ago
Got the same problem, here is a patch for the account application to fix this 
issue.
Problem was that the association was never added in the database.

Original comment by Tom.inte...@gmail.com on 21 Dec 2008 at 1:19

Attachments:

GoogleCodeExporter commented 9 years ago
I cannot confirm this using r1315.

However, the path (forms.patch) is not a unified plain text patch ("file" says 
it's
"RCS/CVS diff output text" and I don't know how to look at it).

Original comment by dhahler@gmail.com on 12 Jan 2009 at 7:38

GoogleCodeExporter commented 9 years ago
Here is a patch version of the previous file in a format you might like better.

Original comment by arocki...@gmail.com on 15 Jan 2009 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bros...@gmail.com on 16 Jan 2009 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 31 Mar 2009 at 6:04