Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18945 closed New feature (invalid)

Authentication with site framework

Reported by: mail.ieshan@… Owned by: nobody
Component: contrib.auth Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The authentication system isn't proper for multiple site. Suppose I have site a and b. I can't register an user with same username for site a and b. There isn't any way to determine that which user is related with which site.

Change History (2)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Severity: Release blockerNormal
Status: newclosed

The auth and sites frameworks aren't designed to support this use case out of the box.

But you can achieve this result by using separate databases, or maybe with a custom auth backend. The latter solution will be easier once #3011 is fixed.

comment:2 by Claude Paroz, 12 years ago

See also some suggestions here and here.

Note: See TracTickets for help on using tickets.
Back to Top