Skip to content

Commit

Permalink
[BUGFIX] Use internal links for permissions (TYPO3-Documentation#4859)
Browse files Browse the repository at this point in the history
Users and Permissions have been moved from getting started

Releases: main, 13.4, 12.4
  • Loading branch information
linawolf authored Oct 17, 2024
1 parent 8976df9 commit 9486d93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Access Lists
============

Access lists are defined at group-level. Usage of access lists for defining
user rights is described in the :ref:`Getting Started tutorial <t3start:setting-up-user-permissions>`.
user rights is described in chapter :ref:`setting-up-user-permissions`.
The various access lists are described here for reference, with
additional technical details, where necessary.

Expand Down Expand Up @@ -253,8 +253,8 @@ module:
.. include:: /Images/AutomaticScreenshots/AccessControl/AccessModule.rst.txt


Editing permissions is described in details in the
:ref:`Getting Started Tutorial <t3start:page-permissions>`.
Editing permissions is described in details in chapter
:ref:`page-permissions`.

A user must be "admin" *or* the owner of a page in order to edit its
permissions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Backend users
Default language
This is the language in which the backend will be localized for the
user. The users can change the language themselves in the
:ref:`User Settings <t3start:backendlanguages>`
:ref:`User Settings <backendlanguages>`
module.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ApiOverview/Categories/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ has access to and if the table :sql:`sys_category` is allowed in the field
:guilabel:`Access Lists` of the user group.

Additionally it is possible to set :guilabel:`Mounts and Workspaces >
Category Mounts` in the :ref:`user group <t3start:category-permissions>`. If at
Category Mounts` in the :ref:`user group <access-lists-category-permissions>`. If at
least one category is set in the category mounts only the chosen categories are
allowed to be attached to records.
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/Fal/Administration/Permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local file system).
File mounts
===========

:ref:`File mounts <t3start:file-mounts>`
:ref:`File mounts <file-mounts>`
restrict users to a certain folder in a certain storage. This is
an obvious permission restriction: users will never be able to act
on a file or folder outside of their allotted file mounts.
Expand All @@ -45,7 +45,7 @@ User permissions
================

User permissions for files can be set in the
:ref:`"Fileoperation permissions" section <t3start:file-permissions>`
:ref:`"File operation permissions" section <access-lists-file-permissions>`
of the backend user or backend user group records.

It is also possible to set permissions using :ref:`user TSconfig <t3tsconfig:usertsconfig>`,
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ApiOverview/Fal/Architecture/Components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ The file abstraction layer also comes with a number of services:
:php:`\TYPO3\CMS\Core\Resource\Service\UserFileMountService`
This service provides a single public method which builds a list of
folders (and subfolders, recursively) inside any given storage. It is
used when defining :ref:`file mounts <t3start:file-mounts>`.
used when defining :ref:`file mounts <file-mounts>`.

.. versionchanged:: 12.0
The service :php:`\TYPO3\CMS\Core\Resource\Service\UserFileInlineLabelService`
Expand Down

0 comments on commit 9486d93

Please sign in to comment.