#18945 closed New feature (invalid)
Authentication with site framework
Reported by: | 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 Changed 6 years ago by
Resolution: | → invalid |
---|---|
Severity: | Release blocker → Normal |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.