Notification when user updates profile

Hi,

Is there a way to trigger an email notification to an administrator or user group if a user updates their public profile information?

Thanks,
Ali

Through code you could use the on_user_update event . The event will contain the UserInfo object that will let you grab the user’s email and other pieces of information.

That’s great, thank you for your help!

Have fun with your project! :smile: