On Feb 9, 3:43 am, djangonoob <[email protected]> wrote: > Hello, > > I have the following problem which I hope someone could shed some > light on. > > In my project I have the main site with login. I now implemented a > questionnaire app that also requires a login. It would be great if > someone could help me to take the first login from the main site and > also enter that info into the questionnaire app. The reason is because > the user doesnt have to enter the same credentials twice. The main > site redirects to the questionnaire first and both use the same DB. > > Could anybody please explain or point me in the right direction I > would be grateful thank you.
Historically this would be done with an external authentication tool like LDAP that Django would refer to. However now it might be possible with > 1.2b to stick your users in their own database. I don't know much about how Django does its auth sessions/cookies/caches and what tables need to be consolidated there. -Preston > > Regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

