---
title: "Page permissions"
manual: "TYPO3 Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3coreapi:page-permissions@main"
source: "Administration/UserManagement/PagePermissions/Index.rst"
modified: "2026-09-15T18:41:07+00:00"
---

# Page permissions

[DB mounts](https://docs.typo3.org/permalink/t3coreapi:db-mounts@main) are not the whole story about access to pages.
Users and groups also need to have rights to perform operations on the
pages, like viewing, editing or deleting.

This is managed using the **Administration > Permissions** module:

> [!NOTE]
> **Changed in version 14.0**
>
> Until TYPO3 V14 this module was called **System > Permissions**.
> See also: [Feature: #107628 - Improved backend module naming and structure](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Feature-107628-ImprovedBackendModuleNamingAndStructure.html#feature-107628-1729026000).

![TYPO3 Backend module called Permissions showing an overview of page owners and permissions](../../../Images/ManualScreenshots/UserManagement/PermissionsModule.png)

Every page has an owner, who is a user, and also group
membership. Rights can be assigned to the owner, to the group
or to everyone. This will be familiar to Unix users.

To change the permissions, click on the edit button.

![Changing a pages user group](../../../Images/ManualScreenshots/UserManagement/PermissionsModuleChangeGroup.png)

It is also possible to change owner, group and permissions
recursively, even for the whole page tree. Use the dropdown to select the depth.

By choosing group "Editors" as group and then "Set recursively 2 levels"
in the "Depth" dropdown, we will assign **all** pages in the
page tree to the "Editors" group.
