This topic is locked

Permissions - Multiple levels question

10/26/2009 6:23:22 PM
PHPRunner General questions
B
beachldy author

I'm debating upon which security method to use,but the Dynamic one seems best. I almost need a mix of both.

There are 3 types of users for my app 1)General users who can only view/edit/add their own records 2) Mgt who can view everyone 3)Admin (me).
The question I have is when a new user registers and creates a logon, are they assigned to be General User only with minimal permissions, until me as administrator can assign them a higher level (using dynamic method?)
Static doesn't seem to have a way for me to UNMARK Management or Admin groups as only seeing their records, as they won't have any...I have selected the option that USERS can only see their own records though....

B
beachldy author 10/26/2009

Dynamic works good for the 3 levels....Default Level is what new users get, I've learned. COOL.