Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: The old user object is stored to [var3]. So you can try the below.
[var1_password] Not Equal To [var3_password]
Maybe that'll do the trick. This will only work with the after profile update trigger (frontend and backend) though.
Please Log in or Create an account to join the conversation.
The after profile update triggers provide the user object after the users changes were made and before the changes were made. var1 and var2 are the new user objects and var3 is the old user object. This can be used to compare a field and see if it was changed or just to get the old value if needed for whatever reason.What do you mean by "old user object" ?
No.Will this change in newer version ?
Please Log in or Create an account to join the conversation.