To trigger event without touching the code you should try http://pypi.python.org/pypi/collective.hook
I have done this module to be able to hook existing code. It fired same event twice so you can place your handler before or after the called method. You just have to find the method that do the delete and hook it. ----- Jean-Michel François aka toutpt http://toutpt.wordpress.com http://twitter.com/toutpt -- View this message in context: http://plone.293351.n2.nabble.com/user-deleted-event-tp5716190p5724658.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
