During the login process, an attempt is made to create a new user (plone member). I think that IUserAdderPlugin is used for this. Unfortunately no plone event is triggered in this context or I don't know which one. Even if the creation of the user was successful. Normally such an event is always triggered when a new user is created, like here.
My system uses a UsersAsContent implementation and I need such an event to create a new user object.
Can someone tell me if a corresponding event is triggered?
During the login process, an attempt is made to create a new user (plone member). I think that IUserAdderPlugin is used for this. Unfortunately no plone event is triggered in this context or I don't know which one. Even if the creation of the user was successful. Normally such an event is always triggered when a new user is created, like here.
My system uses a UsersAsContent implementation and I need such an event to create a new user object.
Can someone tell me if a corresponding event is triggered?