By gate44 on
Hi Drupallers
My site is going to have a company membership and I would like the users to have access to certain nodes (there information page) so they can change the details when the need be ( tel no,email etc ).
Thanks
Robert
Comments
http://drupal.org/handbook/mo
http://drupal.org/handbook/modules/profile allows you to add extra fields to the user page; http://drupal.org/project/profile_permission allows you to control who can do what with those fields.