-
Updated for Drupal 6.
-
Added ability to configure destination address for notification emails. It falls back on site_mail or sendmail_from. Added help hook. Added access control hook.
-
Clarify that this module sends email to site_mail, not administrator. This was reported to the user_register_notify author (http://drupal.org/node/127984).
-
User edit notification: December 21, 2007 2:38
Commit 3458128 on 5.x-1.x, 6.x-2.x, masterby davistvCommitting work to date, adds user profile fields and email address to notification email. Added change log file.
-
User edit notification: December 14, 2007 2:50
Commit 9b9542a on 5.x-1.x, 6.x-2.x, masterby davistvInitial commit of user_edit_notify. This module sends an email to the site administrator whenever a user profile is updated. It is a complimentary module to user_register_notify.