By dhickman on
Hi folks,
Is there a module anyone knows of that can track updates made to a user's profile? Specifically, I need to know when a user updates their profile, and ideally (although not entirely necessary), the fields that were updated.
I am pretty sure Drupal does not supply a "profile modification" date as it does for profile creation, last access, and last logon. Is there anything already written that can add this functionality?
Thanks all,
D.
Comments
http://drupal.org/project/use
http://drupal.org/project/user_register_notify
-----------------
Vindstille.net | Gravide studenter mer friske enn andre gravide?
node as profile
if profile is a node (like node profile, or content profile in d6) then you can enable things like activity module for it, or make it a content type accesible to notifications module and make sure that notifications module is set to capture 'updates' as well as new stuff...
........................................................................
i love to waste time: http://twitter.com/passingnotes
Or have action.module to
Or have action.module to send you e-mail.
-----------------
Vindstille.net | Gravide studenter mer friske enn andre gravide?