You could pick one site to be your canonical site, and add it as a second db to 
the first, and then use a custom authentication backend to auth against that 
site, then create a local user with the same password hash. 


On Monday, September 12, 2011 at 7:38 AM, Markus Gattol wrote:

> Say I have n (e.g. three) independent Django sites and one user. Rather than 
> having n times a password/username I'd like to share this across all n sites. 
> Also a users profile [0] and so forth. Now assume I don't want to use OpenID, 
> how would I be able to have User objects in sync across n Django sites? Maybe 
> using ZeroMQ and have each Django site listen to some actions on other Django 
> sites and then replay whatever action takes place on all Django sites?
> 
> 
> [0] 
> https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users
>  
> 
>  -- 
>  You received this message because you are subscribed to the Google Groups 
> "Django users" group.
>  To view this discussion on the web visit 
> https://groups.google.com/d/msg/django-users/-/8wLFTRFTbG4J.
>  To post to this group, send email to django-users@googlegroups.com 
> (mailto:django-users@googlegroups.com).
>  To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com 
> (mailto:django-users+unsubscr...@googlegroups.com).
>  For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to