Hi David,

I'm just starting on an app with the same structure. I think the main
problem here is that the username field has to be unique.

One possible solution would be to append the domain name to the
username before authentication. The user types in 'bob', then the
system munges it to 'bob.sub.domain.com' before doing the validation.

Anyone know of a less hackish answer? I know we can create custom
authentication backends, but I don't see another way to let users have
the same username across different subdomains.

SH


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to