User Module
The following events are triggered in the User Module:
Triggered when a user was created. You have access to the complete User entity.
Triggered when a user was updated. You have access to the complete User entity.
Triggered when a role was created. You have access to the complete Role entity.
Triggered when a role was updated. You have access to the complete Role entity.
Triggered when a user has registered. You have access to the complete User entity.
Triggered when a user has begun the reset password process. You have access to the complete User entity and the reset code that was generated.
Triggered when a user has been activated. You have access to the complete User entity.