any module can record this?
thanks.
As far as I know, you can use hook_user with $op = 'view' to record who views the user account information. You can go here for more information: http://api.drupal.org/api/function/hook_user/6 .
Comments
As far as I know, you can
As far as I know, you can use hook_user with $op = 'view' to record who views the user account information. You can go here for more information: http://api.drupal.org/api/function/hook_user/6 .