I have custom PHP code that runs when a new user registers. I use the same code when a registered user fills out a form. The problem I am having is that for the user registration triggered event, I cannot seem to get values from any of the Tokens, $account or $user. The rest of the code works, but there are not values for those objects.
Is there a reason why this would work differently for User Registration?