Jump to content

Recommended Posts

Posted

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.

Posted

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.

  • Administrators
Posted

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. B)

Then as Jeff says, the control panel for these values in in the admin center.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...