Re: using a global login form

2006-12-05 Thread Guillermo Fernandez Castellanos
Hi, For every page login form, check: http://brehaut.net/blog/2006/08/21/django-user-logins/ No need to use the login view. Use the authenticate function instead. Hope it helps, G On 12/4/06, Milan Andric <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm having the same problem as this thread: >

using a global login form

2006-12-04 Thread Milan Andric
Hello, I'm having the same problem as this thread: http://groups-beta.google.com/group/django-users/browse_thread/thread/b711b5c4579535c8/ Where to call set_test_cookie? Since a POST to authenticate can come from any page, I need to call set_test_cookie on any page. I'm using the django.contri