On Dec 1, 11:07 pm, David Reynolds <[EMAIL PROTECTED]>
wrote:
> On 1 Dec 2008, at 11:49, David Reynolds wrote:
> > I have a custom authentication backend that requires a method to be
> > run to log out of the system.  It would be quite useful if there was a
> > way
> > to hook into the django.contrib.auth.logout method to run this custom
> > method.

I think you could achieve that without patching Django. You could
simply create a custom view which wraps around auth.logout and calls
your other method.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to