I have overridden the IAuthenticator method to call an XML API and login users to my trac installation. The problem is, I want to display error messages if the user cannot be logged in and any call to
chrome.add_notice(req, "Error loading login API.") in the IAuthenticator def authenticate method seems to cause an infinite loop and crash trac? I'm guessing it is to do with the req variable? how can I display a notice or some message in this method? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
