Skip to content
mhack edited this page Sep 14, 2010 · 3 revisions

The permission system is based on the plugin acts_as_permissible with Roles support enabled.
You can set permissions per Role and per User.

All possible permissions are stored in the permissions.yml in the config folder. If more permissions are needed, they can simply be added there and automatically will be viewed on the permissions page.

The User you first created, the user with the ID 1, has permission to do everything. This User is intended to be the System Administrator who sets up the System and should not be used in an production environment or only with care!