collective / pas.plugins.sqlalchemy

SQLAlchemy PAS plugin (Authentication) for Zope2/ Plone
http://plone.org/products/pas.plugins.sqlalchemy/
7 stars 7 forks source link

Notify when password is changed #9

Closed auspex closed 13 years ago

auspex commented 13 years ago

Hook to enable other products to catch a password change. Add the following in zcml to take advantage of it:

<subscriber handler="myHandler"
    for="pas.plugins.sqlalchemy.model.User
         Products.PluggableAuthService.interfaces.events.ICredentialsUpdatedEvent"
/>
auspex commented 13 years ago

Ooops. Lost the actual notifications...