17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 722 Views |
-
Security on page creation by non admins.

22 November 2008 at 6:39am
I have a site where I want to have the list of available page types to be limited for any CMS users not in the Administrators group. My testing shows that setting:
static $can_create = false;
on a page type removes the page from both Administration and other users.
I found
but cannot find documentation on how it works.static $need_permission
Also I found:
// a list of groups that are permitted to create pages of this type.
/*static $can_create = array(
'Administrators'
);*/However putting this code, uncommented in my page type declaration doesn't make any difference.
I would like to limit page creation of all types to only Administrators in the SiteTree class and then allow certain pages to be created by Writers group memebers by setting the $can_create to true in my page types.
| 722 Views | ||
|
Page:
1
|
Go to Top |

