When I navigate to "/logout_handler", the RedirectingFormPlugin is calling HTTPNotAuthorized() as middleware, and the PluggableAuthenticationMiddleware.challenge is called which then first calls:
1. identifier.forget 2. plugin.challenge My question is, how do I get "identifier.forget" to be called but instead of challenging the user, instead redirect back to the come_from url (referrer). Is that at all possible, and how could I achieve this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

