on_user_update event fires before attributes update?
Permalink
I need to update a separate database when a user changes his/her profile. I figured I can use the on_user_update event but the UserInfoObject in the event contains the old data, not the new data...
How can I fire an event whenever a user WAS updated to get the new data?
I also tested it with on_user_attributes_saved event with the same result. Also only old data available...
Thanks!
How can I fire an event whenever a user WAS updated to get the new data?
I also tested it with on_user_attributes_saved event with the same result. Also only old data available...
Thanks!