concrete5 has a powerful permission system that can be used to control who can edit what. Files have their own file permission system. Site wide permissions can be used in one of two modes:

  • Simple Permissions is how concrete5 is setup by default, and it limits the ability edit and view entire pages down to groups of users you can configure. 
  • Advanced Permissions can be turned on with a config file setting and it lets you control different roles at a page, block area, and even block level with a high level of granularity.

NOTE: Once you've flipped from Simple Permissions to Advanced on a site you should not flip back, and to avoid weird edge cases we recommend switching as soon as possible if you expect a site will require advanced permissions. 

Simple Permissions

Goto any page in your concrete5 site and put it in Edit Mode. 

You will see a "Permissions" tab with a lock icon on it. Clicking this icon will give you the permission settings for this page:

Google ChromeScreenSnapz055.png

Every group created in your site will be listed here, and you can choose which groups can see the page at all, and which groups can edit the page. 

Adding new groups to this list is easy. Simply goto Dashboard > Users and Groups > Groups:

Google ChromeScreenSnapz056.png

To make a new group simply give it a name and short description for your reference. It will now be available in the permissions drop down from every page. 

Pages inherit permissions down the tree, so if you make a group for your PR team and give them rights to edit a press room page, they will have the same edit permissions for any press releases they make under that page. 

Advanced Permissions

Concrete5's permissions out of the box allow basic website access control, but if you need more options, you should try out our advanced permissions. Advanced permissions allow any combination of users and groups to be assigned to the following:

  • Page-specific Access
  • Adding, editing, reading versions and deleting pages
  • Being able to add only specific page types to specific sections of sites
  • Area-specific control
  • Block-specific control

To enable advanced permissions, add the following line to "config/site.php":

define('PERMISSIONS_MODEL', 'advanced');

NOTE: Once you do this, you should NOT go back to Simple Permissions. 

Once you've enabled advanced permissions you will see the page level permission options change dramatically:

Google ChromeScreenSnapz057.png

You now have several roles to choose from for every group.

  • Read - who can see this page at all.
  • Versions - who can see earlier versions of this page.
  • Write - who can put this page in edit mode at all.
  • Approve - who can approve a new version for this page.
  • Delete - who can delete this page.
  • Admin - everything else, including setting permissions and design. We intend to break these out into their own roles at some point in the future. 

The Set drop down has three options:

  • By Area of Site. This page inherits permissions from a page above, which is listed for reference here.
  • By Page Type Defaults This page always takes the permissions configuration from the defaults for the page type setup in dashboard. This is particularly handy if you have a type of content you want a group to be able to add anywhere in your site and always have control over. 
  • Manually. Switch to this mode to configure permissions for this page, and any pages below that might be setup with "By Area of Site" permissions. 

Note: You can't change these permissions or add new users/groups until you set this page to "Manually"

Sub-pages added beneath this page has two options:

  • Inherit the permissions of this page. This mode is most frequently used and allows you to make changes to permissions at any point in the tree and assume all the children will follow.
  • Inherit from page type permissions. When on, new pages made under this page will be configured to inherit permissions from their page type. 

Currently Viewing actually switches the whole drop down content out with more options. You do not need to save before switching here. The other two views are:

  • Sub-Page permissions. A grid of every groups/users and all the site page types is displayed allowing you to choose which groups can add what types of pages. Permissions are inclusive in concrete5, so as long as you're in ANY group that has rights available you will have access. 
  • Timed Release permissions. For every group that has access to view this page, define a start and end time/date they can see the page. This is particularly powerful for things like press releases that may be written and need to go live at a specific time when the site administrators would rather be cozy in bed. 

Google ChromeScreenSnapz059.pngBlock Area Level

Once advanced permissions are turned on, you will see a new option from the menu when clicking on a block area, Set Permissions. Clicking this will give you a list of all the groups who have edit access to this page. You can then choose which block types they are allowed to See, Create (write), or Delete in this area. 

Block Instance Level

Clicking a block you've actually created will now give you a Set Permissions option in the menu as well. This will bring up an interface allowing you to choose who can See, Edit (write), or Delete this block from the available group/users.

Google ChromeScreenSnapz060.png

Recent Discussions on this Topic

Block Permissions - Guest-Only Content

Is there a way to create a block that only appears to guests? For example, When a guest visits, they see a content block saying "please login to view this information". When a user logs in, then, they instead see a user-only content block. Is th…

Advanced Permissions

How can I access the file to make the change to advance permissions? Will I only be able to do this if I use my own host?

Advanced permissions not taking effect

Hi all, I'm hoping this is a simple case of checking an option, but I can't figure it out after many hours trying, so thought it best to record what I'm doing and see if there's anything obvious wrong. I'm trying out advanced permissions for an upco…

"My site"

I am currently creating a new website using the Yogurt template and can't figure out how to replace the "My site" headliner at the top of every page to my personal name. My site is monicastroik.com. I would appreciate your assistance with this issue. Tha…

Advanced permissions problem

Hi all I made a page with simple permissions turned on. I then enabled advanced permissions, and allowed another group (not the creator's group) access to write, approve etc (i.e. full editing rights short of admin). When I try to edit a block on th…