Re: openid & django

2006-07-13 Thread Jonathan Daugherty
# I got it working, and am using the new 1.2 extensions .. which work # great. Great! # http://zyons.com/openid/ # for those who want to try it out. The openid image doesn't appear in the #id_url element, by the way. Also, in accordance with the recommendation for OpenID form input fields, it'd

Re: openid & django

2006-07-13 Thread Ian Holsman
On 14/07/2006, at 4:18 PM, Jonathan Daugherty wrote: > > # I was wondering if anyone else has tried to integrate openID with > # django's user system. > # > # I was wondering how you store the authenticated URL into the auth > # system. > > I've used OpenID with Django. I created a table with a

Re: openid & django

2006-07-13 Thread Jonathan Daugherty
# I was wondering if anyone else has tried to integrate openID with # django's user system. # # I was wondering how you store the authenticated URL into the auth # system. I've used OpenID with Django. I created a table with a user_id FK and an OpenID URL field. Each user account mapped to a

openid & django

2006-07-13 Thread Ian Holsman
Hi. I was wondering if anyone else has tried to integrate openID with django's user system. I was wondering how you store the authenticated URL into the auth system. does the new multi-auth backend help here? I'm trying to let people with openID accounts to sign-in and use my system along