In TYPO3, there are various ways to restrict access to pages, content and other information. The main options are summarised below:
1. Visibility of pages and content
- Hiding pages: Pages can be hidden from the menu so that they do not appear in the navigation, but they remain available in the backend.
- Visibility periods: Content and pages can be configured so that they are only visible at specific times. This option allows you to automatically display or hide content at specific times.
2. Access restrictions
- Password protection: You can protect pages with a password so that only users who know the password can access them.
- User groups: Access to pages and content can be restricted to specific user groups. This is particularly useful for intranet pages or content intended only for specific individuals or groups.
- Front-end login: To make content available only to logged-in users, you can integrate a login form. Users must log in to access specific pages or content.
3. Access rights and roles
- Backend permissions: In the TYPO3 backend, you can set permissions for different user roles. This allows you to restrict editing and management options for pages and content to specific users or groups.
- Role-based access control: TYPO3 supports detailed access control, allowing you to assign specific rights to pages or content to particular users or user groups.
4. Module and extension access
- Module access: Access to certain modules or functions within TYPO3 can also be restricted via user rights. This allows you to specify who can access certain functions or extensions.
By combining these methods, you can flexibly adapt access control in TYPO3 to your needs and ensure that only authorised users can access specific areas of your website.