I use Drupal 6.15 and TNG Integration 6.x-1.0-beta2 and TNG v.7.1.2. I have tried creating a non-admin account in Drupal, and using this account I can see data for living people (I wanted to restrict this to me (user 1), and possibly later individuals. I looked in TNG (/admin/users.php) to see if any settings should be changed to restrict who can access living data. However, at this page I am the only listed user - despite having about a dozen users added in Drupal (which was done after I installed TNG and the integrate module).

Can you help me to restrict living data from Drupal users unless I specifically give them access on a user-by-user basis?

Thanks

Comments

david@thrale.com’s picture

Title: Drupal users see all living data » Drupal users see all living data - MORE INFO

I have also discovered that when you go to a users' account in Drupal, there is a option "tng permissions" (which has URL like /user/xx/edit/tngintegrate, where xx is the users' account number). However this produces a similar error message Fatal error: Call to undefined function profile_load_profile() in /home/mywebsite/public_html/sites/all/modules/tngintegrate/tngintegrate.module on line 295

david@thrale.com’s picture

Actually what was really happening was that I was logged in as myself, user 1 with all admin privileges. The I logged out of Drupal and back in as a ordinary user. When I went to TNG, I saw all the living data. I know know that this was because TNG integrate didn't log me out of TNG when I logged out of Drupal. When I logged into Drupal as an ordinary user, I was still logged into TNG as myself. Clearly what is happening is that TNG Integrate is not communicating between TNG and Drupal. This is further reinforced because no new users are in TNG after they are added to Drupal.

Any ideas?

arturoramos’s picture

From your note about your error:

Fatal error: Call to undefined function profile_load_profile() in /home/mywebsite/public_html/sites/all/modules/tngintegrate/tngintegrate.module on line 295

It appears you do not have the profile module enabled. You must have this module enabled and designate a field that will be used to create the "real name" in the TNG tables. This is probably what is leading to the error of not creating the new users in TNG and subsequent errors.