
September 30th, 2000, 02:06 AM
|
|
Junior Member
|
|
Join Date: Sep 2000
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
In my database I have a table for users, organization and other tables that contain organization's information, including IP's, account info, etc.
I need to give certain users permission to edit another organzations profile while still preventing them access to orgs who they don't need to edit.
One possibility I thought might work is a group system. Where I could put users in a group. For example, put user 1 and 3 into group "org A" and put user 2 and 4 into "org b".
Is this a good way to handle this type of permissions?
Maybe the group table would be something like
id, userid, groupname
Any suggestions?
Thank you,
Tony
|