User groups
Posted: Wed Aug 18, 2004 3:31 pm
Hello,
We're planning to programm a webinterface (backoffice) for call agents. What is the best or lets say most practical solution for solving the user rights problem? E.g. users of a group 1 are allowed to write, read, etc., users of another group have restricted rights.
Should I just have one field in my database like "dbGroup". A user that logs in belongs to a specific group. This field holds a string like 'admin', 'secretary', 'call agent'. I can then just read the content of this field, giving me info to which group the user belongs.
Is that all or is that to simple? Another solution from those database professionells out there?
Regards,
Rania
We're planning to programm a webinterface (backoffice) for call agents. What is the best or lets say most practical solution for solving the user rights problem? E.g. users of a group 1 are allowed to write, read, etc., users of another group have restricted rights.
Should I just have one field in my database like "dbGroup". A user that logs in belongs to a specific group. This field holds a string like 'admin', 'secretary', 'call agent'. I can then just read the content of this field, giving me info to which group the user belongs.
Is that all or is that to simple? Another solution from those database professionells out there?
Regards,
Rania