-
Notifications
You must be signed in to change notification settings - Fork 1
reference:Permission system
Aaron Junker edited this page Mar 20, 2021
·
8 revisions
This article is a stub.
USOC has since Pb2.4Bfx0 a permission system that allows server admins to give some user groups rights to do certain things.
The default permissions are defined in localSettings.php and can get overwritten in configuration.php.
The permissions are split up in modules submodules and subsubmodules. If a module is deactivated all it's submodules and subsubmodules also get deactivated, even when they are activated.
0 -> Visitor (Standard for not logged in users) 1 -> User (Standard for registred users) 2 -> Editor 3 -> Administrator
0 means deactivated and 1 means activated
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index