By Dan Silver on
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
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
You may find the
You may find the functionality you are looking for in the rules module.
great!
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!
I need exactly this! How did
I need exactly this!
How did you do it?
How did you create the rule & trigger?