Re: request.user -> logout

2007-11-09 Thread leahy_rich
I use the logout_then_login syntax in the urls.py Use this if you want to redirect the user back t the login screen when they log out. On Nov 9, 9:38 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-11-08 at 23:30 -0800, globophobe wrote: > > This is probably a simple question, b

Re: request.user -> logout

2007-11-08 Thread Malcolm Tredinnick
On Thu, 2007-11-08 at 23:30 -0800, globophobe wrote: > This is probably a simple question, but once I've a logged-in user > with django.contrib.auth.authenticate what is the recommended way to > log out the user? Having a look in the documentation for the appropriate module is always a good place

request.user -> logout

2007-11-08 Thread globophobe
This is probably a simple question, but once I've a logged-in user with django.contrib.auth.authenticate what is the recommended way to log out the user? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users