Re: Using auth.login() with multiple databases

2011-04-21 Thread Andy McKay
On 2011-04-21, at 6:30 PM, Lawrence wrote: > 4. Add a custom login() method to my custom authentication backend? > This sounds like an option I could undertake but I'm unsure of the > syntax to select the appropriate database and perform all of the > required login features like saving the User I

Using auth.login() with multiple databases

2011-04-21 Thread Lawrence
We have multiple databases for authentication. Basically one database per department. Before the obvious question is asked, I cannot merge nor sync the various databases into one Django managed admin database. The database schema cannot change and I am hoping I can work around this in Django code.