New User Registration

Robust

Well-known member
I'm making an add-on that sends a message and performs some actions on user registration. This is done after confirmation.

This will probably be done in the DataWriter. I checked ControllerPublic_Register, ControllerPublic_Member and DataWriter_User but I can't seem to find the appropriate place to stick this in. Say it's just the message, how can I only send it to users who have a new registration and have validated their account?
 
You would have to do it in multiple places.

When registration completes (user may register via social media account or email confirmation is switched off), when an account is approved, when a user is manually approved as a result of being moderated.
 
Top Bottom