A more useful "on_user_add" event for Concrete 5
When you use the Concrete5 events system, you can hook in to run a block of code every time that a new user is added to the site. However, this event is actually run before the user attributes are assigned to the new user. So what are you supposed to do to get a full user object with all the attributes passed to your custom code? If you'd like to know, hit the Read More link ;)