Events

User Module


The following events are triggered in the User Module:

UserWasCreated

Triggered when a user was created. You have access to the complete User entity.

UserWasUpdated

Triggered when a user was updated. You have access to the complete User entity.

RoleWasCreated

Triggered when a role was created. You have access to the complete Role entity.

RoleWasUpdated

Triggered when a role was updated. You have access to the complete Role entity.

UserHasRegistered

Triggered when a user has registered. You have access to the complete User entity.

UserHasBegunResetProcess

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.

UserHasActivatedAccount

Triggered when a user has been activated. You have access to the complete User entity.

Mobile Analytics