IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sitefinity CMS users are users who can conduct content management and/or administrative tasks within a given website project. When the website administrator creates, deletes, or modifies a user, a variety of user events are fired. You can subscribe to any of the user events listed below.
For more information about managing and administering users, see Overview: Users.
This is the base class for events that notifies for changes in the Sitefinity CMS users. Subscribe using the following code:
In the event handler, you can access the following information:
This event fires when a Sitefinity CMS user is being created and is pending approval. Use the following code to subscribe:
In the event handler, you can access the user which is pending for creation.
This event fires when a Sitefinity CMS user is already created. Use the following code to subscribe:
This event fires when a Sitefinity CMS user is being modified. Use the following code to subscribe:
This event fires when a Sitefinity CMS user is already modified. Use the following code to subscribe:
This event fires when a Sitefinity CMS user is being deleted. Use the following code to subscribe:
In the event handler, you can access the user which is pending for delete.
This event fires when a Sitefinity CMS user is already deleted. Use the following code to subscribe:
Your event handler should look like this.
This event fires when a password recovery link was sent to a Sitefinity CMS user email. Use the following code to subscribe:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important