Actions
Bug #3354
closedAfter registration triggers altering $user variables no longer function
Bug #3354:
After registration triggers altering $user variables no longer function
Description
Due to the storeDatabaseValue usage, specifically storeBlock, in the activate function to send notifications it is loading in an out of date instance of $user via ->load resulting in old values storing or being missing entirely. Ideally it should do the same as $oldUserComplete and remap the existing object to a new variable ($user).
This could be causing numerous problems elsewhere that act on after registration triggers.
Files
Actions