Custom action after user creation possible?
I need to add a custom action in Sitefinity after a user is created and only if a user is assigned to a certain role. Example: A user is created and added to role xyz, when saved then a lightbox would show and allow admins to do other things. Is this possible?
Hello Jon,
The easiest way to achieve the desired result would be to create a custom control, which can inherit from the default RegistrationForm control. Then you hook to one of the available events and implement your custom logic.
All the best,
Victor Velev
the Telerik team