Skip to content

TYPO3 EXT:showpageeditors resolves be_users and be_groups which have the given page-uid in their tree.

Notifications You must be signed in to change notification settings

jpmschuler/typo3-showpageeditors

Repository files navigation

EXT:showpageeditors

TYPO3 badge Latest Stable Version Total Downloads License Build Status

PHP Version Require TYPO3 V9 TYPO3 V10 TYPO3 V11 TYPO3 V12

This TYPO3 extension provides a cli command to retrieve every editor which has a page in the backend tree by retrieving users, groups and subgroups with access.

# just run the command "page:showVisibilityFor <pid>", e.g.
/vendor/bin/typo3cms page:showVisibilityFor 4

Showing all pages up to TYPO3 root and all groups and users
which have access on each level (and thus below).
This does not consider page access, but only db mounts.

Page visibility for pid 4:
PID_0       TYPO3 root
 GID_0      Admin-flagged users
 \UID_1     admin
 \UID_2     _cli_
PID_1       1
 GID_3      editors of 1
 \UID_3     editor1
PID_4       1.2
 GID_4      editors of 1.2
 \UID_5     editor12
URL
Repository: https://github.com/jpmschuler/typo3-showpageeditors
TER: https://extensions.typo3.org/extension/showpageeditors
Packagist: https://packagist.org/packages/jpmschuler/showpageeditors

About

TYPO3 EXT:showpageeditors resolves be_users and be_groups which have the given page-uid in their tree.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published