I try to perform an action after updating the properties of the participant in @@ personal information, but the event does not fire. On configure.zcml, I added the following:
<subscriber for="Products.PluggableAuthService.interfaces.events.IPropertiesUpdatedEvent" handler=".subscribers.propertiesUpdated" />
I already tried using ipdb to check if the Updated properties of users.py are being executed, but that is not the case.
I checked the error report https://bugs.launchpad.net/zope-pas/+bug/795086 , which says that this error is fixed, but it still does not work.
I am using PluggableAuthService 1.10.0.
Is there a better way to solve this problem?
source share