Magnolia 5.3 reached end of life on June 30, 2017. This branch is no longer supported, see End-of-life policy.
Author and the public instances run the same Magnolia web application, they are just configured differently. Here are the settings you need to change.
/server/admin
to false
.anonymous
role.website
workspace, grant read-only access to all website content.dam
workspace, grant read-only access to all dam content./.magnolia
& /.magnolia/*
), the REST API (/.rest*
) and members-only pages of your site (for example, /demo-project/members-area/protected*
).anonymous
system user . Add the public-user-registration-base
role. The other default roles are the same on both instances./modules/ui-admincentral/virtualURIMapping/default/toURI
to your start page, for example. The system does not know which page, or which site in a multisite configuration, visitors should be directed to by default. Set toURI
to the site root page or a page you want visitors to land on. For example, in the demo-project toURI
is set to redirect:/demo-project.html
. See URI mapping for help./server/admin
to true
.anonymous
role.website
workspace, deny access to all website content.dam
workspace, delete (trash) the default permission.*
and deny /.magnolia*
.anonymous
system user. Remove the public-user-registration-base
role. The other default roles are the same on both instances./server/activation/publicKey
on the public instances.