Administration security (rtSitePageAdmin) is on by default and requires the
permission admin_site
. This permission can be customized by setting in the
app.yml the rt_site_admin_credential
property. This permission is added to the
admin
group from the rtCorePlugin fixtures file.
Visitor security (rtSitePage) is off by default. It can be enabled by setting
in the app.yml the rt_site_is_private
property to true. By default no specific
permission is configured. A permission can be configured by setting in the
app.yml the rt_site_visitor_credential
property.