-
Notifications
You must be signed in to change notification settings - Fork 7
vad edited this page Aug 18, 2010
·
3 revisions
As of commit 32b945eab9a8d9af11d8c11a2bad86270d2682cd Access Control Lists are used to manage access rights in the main site and in the admin interface.
Current implementation is very simple. The Aros are:
- users
- admins
A normal enabled user belongs to the users group, while in the admins groups there are the admins. It isn’t that strange ;-)
The Acos are:
- admin
- site
And finally the grants are:
- admin has grants on admin
- users has grants on site
Checks are done in accounts/checkuser (checks if the user has site grant) and the the AppController/checkSession if the user is requesting an admin page.