I looked at http://drupal.org/project/user_edit_notify , but it has errors and does not work. Is there another way to notify the admin when a user edits their profile?
Thank you,
Dan Silver

Comments

medenfield’s picture

You may find the functionality you are looking for in the rules module.

Dan Silver’s picture

It works! When a user edits their profile, it sends an email (by actions and triggers). I used the variable %username in the email to find out which user edited their profile. Is there a way to use another variable to determine which profile field was edited?
Thanks!

maxheight2’s picture

I need exactly this!
How did you do it?
How did you create the rule & trigger?