Skip to main content

Events

members.restriction.staticroute

TypeReference
const\MembersEvent:RESTRICTION_CHECK_STATICROUTE
namemembers.restriction.staticroute
class\OpenDxp\Bundle\MembersBundle\Event\StaticRouteEvent
descriptionThe RESTRICTION_CHECK_STATICROUTE event occurs when a frontend request is in a staticroute context

members.entity.restriction.create

TypeReference
const\MembersEvent:ENTITY_CREATE_RESTRICTION
namemembers.entity.restriction.create
class\OpenDxp\Bundle\MembersBundle\Event\RestrictionEvent
descriptionThe ENTITY_CREATE_RESTRICTION event occurs after a restriction has been created

members.entity.restriction.update

TypeReference
const\MembersEvent:ENTITY_UPDATE_RESTRICTION
namemembers.entity.restriction.update
class\OpenDxp\Bundle\MembersBundle\Event\RestrictionEvent
descriptionENTITY_UPDATE_RESTRICTION event occurs after a restriction has been updated

members.entity.restriction.delete

TypeReference
const\MembersEvent:ENTITY_DELETE_RESTRICTION
namemembers.entity.restriction.delete
class\OpenDxp\Bundle\MembersBundle\Event\RestrictionEvent
descriptionThe ENTITY_DELETE_RESTRICTION event occurs after a restriction has been deleted

members.change_password.edit.initialize

TypeReference
const\MembersEvent:CHANGE_PASSWORD_INITIALIZE
namemembers.change_password.edit.initialize
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe CHANGE_PASSWORD_INITIALIZE event occurs when the change password process is initialized. This event allows you to modify the default values of the user before binding the form.

members.change_password.edit.success

TypeReference
const\MembersEvent:CHANGE_PASSWORD_SUCCESS
namemembers.change_password.edit.success
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe CHANGE_PASSWORD_SUCCESS event occurs when the change password form is submitted successfully. This event allows you to set the response instead of using the default one.

members.change_password.edit.completed

TypeReference
const\MembersEvent:CHANGE_PASSWORD_COMPLETED
namemembers.change_password.edit.completed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe CHANGE_PASSWORD_COMPLETED event occurs after saving the user in the change password process. This event allows you to access the response which will be sent.

members.profile.edit.initialize

TypeReference
const\MembersEvent:PROFILE_EDIT_INITIALIZE
namemembers.change_password.edit.initialize
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe PROFILE_EDIT_INITIALIZE event occurs when the profile editing process is initialized. This event allows you to modify the default values of the user before binding the form.

members.profile.edit.success

TypeReference
const\MembersEvent:PROFILE_EDIT_SUCCESS
namemembers.change_password.edit.success
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe PROFILE_EDIT_SUCCESS event occurs when the profile edit form is submitted successfully. This event allows you to set the response instead of using the default one.

members.profile.edit.completed

TypeReference
const\MembersEvent:PROFILE_EDIT_COMPLETED
namemembers.profile.edit.completed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe PROFILE_EDIT_COMPLETED event occurs after saving the user in the profile edit process. This event allows you to access the response which will be sent.

members.registration.initialize

TypeReference
const\MembersEvent:REGISTRATION_INITIALIZE
namemembers.registration.initialize
class\OpenDxp\Bundle\MembersBundle\Event\UserEvent
descriptionThe REGISTRATION_INITIALIZE event occurs when the registration process is initialized. This event allows you to modify the default values of the user before binding the form.

members.registration.success

TypeReference
const\MembersEvent:REGISTRATION_SUCCESS
namemembers.registration.success
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe REGISTRATION_SUCCESS event occurs when the registration form is submitted successfully. This event allows you to set the response instead of using the default one.

members.registration.failure

TypeReference
const\MembersEvent:REGISTRATION_FAILURE
namemembers.registration.failure
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe REGISTRATION_FAILURE event occurs when the registration form is not valid. This event allows you to set the response instead of using the default one. The event listener method receives a OpenDxp\Bundle\MembersBundle\Event\FormEvent instance.

members.registration.completed

TypeReference
const\MembersEvent:REGISTRATION_COMPLETED
namemembers.registration.completed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe REGISTRATION_COMPLETED event occurs after saving the user in the registration process. This event allows you to access the response which will be sent.

members.registration.confirm

TypeReference
const\MembersEvent:REGISTRATION_CONFIRM
namemembers.registration.confirm
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe REGISTRATION_CONFIRM event occurs just before confirming the account. This event allows you to access the user which will be confirmed.

members.registration.confirmed

TypeReference
const\MembersEvent:REGISTRATION_CONFIRMED
namemembers.registration.confirmed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe REGISTRATION_CONFIRMED event occurs after confirming the account. This event allows you to access the response which will be sent.

members.resetting.reset.request

TypeReference
const\MembersEvent:RESETTING_RESET_REQUEST
namemembers.resetting.reset.request
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe RESETTING_RESET_REQUEST event occurs when a user requests a password reset of the account. This event allows you to check if a user is locked out before requesting a password. The event listener method receives a OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent instance.

members.resetting.reset.initialize

TypeReference
const\MembersEvent:RESETTING_RESET_INITIALIZE
namemembers.resetting.reset.initialize
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe RESETTING_RESET_INITIALIZE event occurs when the resetting process is initialized. This event allows you to set the response to bypass the processing.

members.resetting.reset.success

TypeReference
const\MembersEvent:RESETTING_RESET_SUCCESS
namemembers.resetting.reset.success
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe RESETTING_RESET_SUCCESS event occurs when the resetting form is submitted successfully. This event allows you to set the response instead of using the default one.

members.resetting.reset.completed

TypeReference
const\MembersEvent:RESETTING_RESET_COMPLETED
namemembers.resetting.reset.completed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe RESETTING_RESET_COMPLETED event occurs after saving the user in the resetting process. This event allows you to access the response which will be sent.

members.resetting.send_email.initialize

TypeReference
const\MembersEvent:RESETTING_SEND_EMAIL_INITIALIZE
namemembers.resetting.send_email.initialize
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseNullableUserEvent
descriptionThe RESETTING_SEND_EMAIL_INITIALIZE event occurs when the send email process is initialized. This event allows you to set the response to bypass the email confirmation processing. The event listener method receives a OpenDxp\Bundle\MembersBundle\Event\GetResponseNullableUserEvent instance.

members.resetting.send_email.confirm

TypeReference
const\MembersEvent:RESETTING_SEND_EMAIL_CONFIRM
namemembers.resetting.send_email.confirm
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe RESETTING_SEND_EMAIL_CONFIRM event occurs when all prerequisites to send email are confirmed and before the mail is sent. This event allows you to set the response to bypass the email sending. The event listener method receives a OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent instance.

members.resetting.send_email.completed

TypeReference
const\MembersEvent:RESETTING_SEND_EMAIL_COMPLETED
namemembers.resetting.send_email.completed
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe RESETTING_SEND_EMAIL_COMPLETED event occurs after the email is sent. This event allows you to set the response to bypass the the redirection after the email is sent. The event listener method receives a OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent instance.

members.security.implicit_login

TypeReference
const\MembersEvent:SECURITY_IMPLICIT_LOGIN
namemembers.security.implicit_login
class\OpenDxp\Bundle\MembersBundle\Event\UserEvent
descriptionThe SECURITY_IMPLICIT_LOGIN event occurs when the user is logged in programmatically. This event allows you to access the response which will be sent.

members.delete_account.confirm.initialize

TypeReference
const\MembersEvent:DELETE_ACCOUNT_INITIALIZE
namemembers.delete_account.confirm.initialize
class\OpenDxp\Bundle\MembersBundle\Event\GetResponseUserEvent
descriptionThe DELETE_ACCOUNT_INITIALIZE event occurs when the delete account process is initialized. This event allows you to set the response to bypass the processing.

members.delete_account.confirm.success

TypeReference
const\MembersEvent:DELETE_ACCOUNT_SUCCESS
namemembers.delete_account.confirm.success
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe DELETE_ACCOUNT_SUCCESS event occurs when the delete account form is submitted successfully. This event allows you to delete additional data objects from the system.

members.delete_account.confirm.completed

TypeReference
const\MembersEvent:DELETE_ACCOUNT_COMPLETED
namemembers.delete_account.confirm.completed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe DELETE_ACCOUNT_COMPLETED event occurs after deleting the user object in the delete account process. This event allows you to access the response which will be sent.

members.oauth.sso_instance.complete_profile.success

TypeReference
const\MembersEvent:OAUTH_SSO_INSTANCE_COMPLETE_PROFILE_SUCCESS
namemembers.oauth.sso_instance.complete_profile.success
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe OAUTH_SSO_INSTANCE_COMPLETE_PROFILE_SUCCESS event occurs when the complete-profile form is submitted successfully. This event allows you to set the response instead of using the default one.

members.oauth.sso_instance.complete_profile.completed

TypeReference
const\MembersEvent:OAUTH_SSO_INSTANCE_COMPLETE_PROFILE_COMPLETED
namemembers.oauth.sso_instance.complete_profile.completed
class\OpenDxp\Bundle\MembersBundle\Event\FilterUserResponseEvent
descriptionThe OAUTH_SSO_INSTANCE_COMPLETE_PROFILE_COMPLETED event occurs after saving the user in the complete-profile process. This event allows you to access the response which will be sent.

members.oauth.sso_instance.complete_profile.failure

TypeReference
const\MembersEvent:OAUTH_SSO_INSTANCE_COMPLETE_PROFILE_FAILURE
namemembers.oauth.sso_instance.complete_profile.failure
class\OpenDxp\Bundle\MembersBundle\Event\FormEvent
descriptionThe OAUTH_SSO_INSTANCE_COMPLETE_PROFILE_FAILURE event occurs when the complete-profile form is not valid. This event allows you to set the response instead of using the default one.

members.oauth.connection.success

TypeReference
const\MembersEvent:OAUTH_PROFILE_CONNECTION_SUCCESS
namemembers.oauth.connection.success
class\OpenDxp\Bundle\MembersBundle\Event\OAuth\OAuthResponseEvent
descriptionThe OAUTH_PROFILE_CONNECTION_SUCCESS event occurs after a existing user has been successfully connected to a provider. This event allows you to access the oauth response.

members.oauth.resource_mapping.profile

TypeReference
const\MembersEvent:OAUTH_RESOURCE_MAPPING_PROFILE
namemembers.oauth.resource_mapping.profile
class\OpenDxp\Bundle\MembersBundle\Event\OAuth\OAuthResourceEvent
descriptionThe OAUTH_RESOURCE_MAPPING_PROFILE event occurs before a sso identity gets assigned to given user profile. This event allows you to map resource data (e.g. google) to your user identity.

members.oauth.resource_mapping.registration

TypeReference
const\MembersEvent:OAUTH_RESOURCE_MAPPING_REGISTRATION
namemembers.oauth.resource_mapping.registration
class\OpenDxp\Bundle\MembersBundle\Event\OAuth\OAuthResourceEvent
descriptionThe OAUTH_RESOURCE_MAPPING_REGISTRATION event occurs before the registration form gets rendered. This event allows you to map resource data (e.g. google) to your registration form.

members.oauth.resource_mapping.refresh

TypeReference
const\MembersEvent:OAUTH_RESOURCE_MAPPING_REFRESH
namemembers.oauth.resource_mapping.refresh
class\OpenDxp\Bundle\MembersBundle\Event\OAuth\OAuthResourceRefreshEvent
descriptionTThe OAUTH_RESOURCE_MAPPING_REFRESH event occurs after an existing sso identity has been found. This event allows you to map resource data (e.g. google) to your existing user identity.

members.oauth.identity_status.profile_completion

TypeReference
const\MembersEvent:OAUTH_IDENTITY_STATUS_PROFILE_COMPLETION
namemembers.oauth.identity_status.profile_completion
class\OpenDxp\Bundle\MembersBundle\Event\OAuth\OAuthIdentityEvent
descriptionThe OAUTH_IDENTITY_STATUS_PROFILE_COMPLETION event occurs before a user enters the profile completion step. This event allows you to overrule the termination if a user is able to complete is profile or not.

members.oauth.identity_status.deletion

TypeReference
const\MembersEvent:OAUTH_IDENTITY_STATUS_DELETION
namemembers.oauth.identity_status.deletion
class\OpenDxp\Bundle\MembersBundle\Event\OAuth\OAuthIdentityEvent
descriptionThe OAUTH_IDENTITY_STATUS_DELETION event occurs before a identity gets deleted. This event allows you to overrule the termination if a identity can be deleted (after sso identity has been deleted).