1 Users and Permissions
Frank Harris edited this page 2026-06-20 12:37:36 -05:00

Users and Permissions

GSP permissions are split between admin users, regular users, and sub-users.

Main Areas

  • Panel/Panel/modules/user_admin/
  • Panel/Panel/modules/subusers/
  • Panel/Panel/modules/register/
  • Panel/Panel/modules/lostpwd/
  • Panel/Panel/modules/reseller/

Practical Rules

  • Admin-only pages should remain admin-only.
  • Workshop admin actions are restricted to admins.
  • User-facing modules should not expose reference material or privileged paths.

Workshop Example

The dedicated Workshop admin page is admin-only and is used to manage Workshop XML config settings. It should not be used to expose installed mod files or reference code.

TODO

  • Add a fuller permission matrix once the source-side role handling is documented.