How to ban all logged-in users to add anything on plone root just as in a folder

Plone 5
I hope to ban all logged-in users to add anything on plone root just as in a folder where I can restrict what types of content can be added(folder_constraintypes_form).

Regards.

Hugo

Don't use global roles. Instead put your users into a group and use the sharing tab to give each subfolder permissions to that group but not the top level.

You can limit the types addable to the Plone Site type:

  • go to ZMI > portal_types > Plone Site
  • check the box for 'filter content types'
  • make sure no 'Allowed content types' are selected
  • Save Changes