monkeypaw201 Posted July 5, 2010 Report Share Posted July 5, 2010 I was looking through the database, and I was just wondering how administrators are specified / determined.. as far as I could tell (I may have missed something) I couldn't see any distinction between admins and non-admins in the `pilots` table. Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 5, 2010 Report Share Posted July 5, 2010 In the Admin Center, there is Pilot Groups. There is where the distinction of rank is made. Not sure where in the database it is listed as. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 5, 2010 Administrators Report Share Posted July 5, 2010 The pilot groups (ie admins, pilots, managers, etc...) are configured in the groups table and then the pilot assignments use the groupmembers table. This allows a pilot/member to be a member of more than one group. Permission sets are based off of a bitwise value system that is embeded in the app.config.php file in the core folder and then the value for each group is stored within the groups table. Hope this helps. Then as Jeff says, the control panel for these values in in the admin center. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.