google-code-export / django-hotclub

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

Signing up with OpenID does not associate used OpenID #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login using your OpenID on account/login/
2. The "Sign Up with OpenID" form appears
3. Enter a username
4. The used OpenID is not associated with the new account

I'd expect to have the OpenID associated with the new account automatically.

I'm using both Pinax (r1315) and Django trunk.

Original issue reported on code.google.com by dhahler@gmail.com on 12 Jan 2009 at 7:16

GoogleCodeExporter commented 9 years ago
Here is a patch.

According to a comment in apps/external_apps/django_openid/registration.py, this
should be the way to do it:
  user = self.save_form(form) # Also associates the OpenID

Original comment by dhahler@gmail.com on 12 Jan 2009 at 10:51

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r1416.

Original comment by bros...@gmail.com on 24 Jan 2009 at 10:23