Table of contents ▼▲
ACL
I am intending to change the way that the access levels are used. Currently, it is set to the highest available and includes any lower access. For example, if access is set to 8, then it will include levels 1, 2, & 4 also.
My intention is to change this to OR the values together to allow more flexible settings.
1 - Read
2 - Edit
4 - Create
8 - Upload
16 - etc....
32 - etc....
So a setting of 11 would allow read, edit, and uploads, but not to create new pages.
Most access would require 1, 2, & 4 which is all that is available at the moment. By making this change now it will allow future levels to be implemented and added easily.