Recite CMS allows you have protected areas on your web site that only certain users can access. This is useful for having a members-only section on your site.
Protecting your pages requires that you have at least one user directory set up for your site. For information about managing user directories, refer to the Managing Users chapter.
When you protect a page, all the pages within that section also become protected. It is possible to unprotect pages within a protected page.
To manage permissions for a page, click on the
button when viewing a page. This will open a new dialog with various options for a protecting a page.Before you create a protected, you must ensure that there is a log in page on your site. This is so users with credentials for accessing the protected area can authenticate. The log in page must contain a log in web form (see Managing Forms), and the page must not be protected.
The default setting on this page is Inherit permissions
. This
means whether or not the page is protected depends upon its parent page. If its
parent also inherits, then you must then consider the parent's parent (and so on).
To protect the page (and all of its sub-pages), select the Restrict to directory option beside the directory you want to give access to (if you only have one user directory then there will only be one to choose from).
If your user directory has one or more roles, you can choose to restrict access to any number of roles. If you don't choose any roles then any user in that directory will be able to access the protected area.
Click
to the settings for that page. Once the page is protected, a yellow box will now appear in the page overview to indicate that it is protected. Additionally, all sub-pages that are also protected will display the same yellow box.If a non-authenticated user (or a user authenticated for a different user directory or non-matching user role) tries to access a page in the protected area, they will instead be displayed the login page.
If a user is already authenticated but not for a valid directory or role, it
may be more beneficial to show then a "permission denied" message instead of a
log-in form. You can check the $authenticated
variable in
your log in form template to check for this.
If you have a page inside a protected area that you don't want to be protected, all you need to do is open the permissions management page (click on the Allow Access option.
button when viewing the page that you want to be unprotected) and select theThis can be useful if you want to store the log in page and a "reset your password" page within a members area.