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.
The best way I can think of is to add a logout method to the authentication backend which is called from within the django.contrib.auth.logout method. Does anyone have any thoughts on this? Would it be useful for any other backends? -- David Reynolds [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---