On Thu, Jun 24, 2010 at 1:25 AM, Keats <neoke...@gmail.com> wrote: > Hi, > when authenticate is called i get this error http://dpaste.com/210674/ > though the user exist in database... is authenticate known to not work > with multiple database context ?
I'm not aware of any problems. The authenticate code doesn't do anything special with the database either, so I can't think of any obvious sources of problems that might have been missed. My first port of call would be to look into the way you have multi-database configured, to ensure that the queries that are issued can be directed to the appropriate database. If you're getting errors that indicate that a user doesn't exist, that would suggest that the query may be being routed to the wrong database. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.