jpmschuler / showpageeditors
TYPO3 EXT to retrieve every editor who can see a given PID in the backend
Installs: 6 746
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^7.2 || ^8.0
- typo3/cms-core: ^9.5 || ^10.4 || ^11.5 || ^12 || *@dev
Requires (Dev)
- codeception/codeception: ^4.1.31
- doctrine/dbal: ^2.13.8
- ergebnis/composer-normalize: ^2.28.0
- friendsofphp/php-cs-fixer: ^3.4.0
- helhum/typo3-console: ^5 || ^6 || ^7
- helmich/typo3-typoscript-lint: ^2.5.2
- jangregor/phpstan-prophecy: ^1.0.0
- php-coveralls/php-coveralls: ^2.5.2
- phpstan/extension-installer: ^1.1.0
- phpstan/phpstan: ^1.6.2
- phpstan/phpstan-phpunit: ^1.1.1
- phpunit/phpunit: ^8.5.26
- roave/security-advisories: dev-latest
- saschaegerer/phpstan-typo3: ^1.1.2
- seld/jsonlint: ^1.9.0
- squizlabs/php_codesniffer: ^3.6.2
- symfony/yaml: ^4.4.29 || ^5.3.6 || ^6.0
- typo3/coding-standards: ^0.5.2
- typo3/minimal: ^9 || ^10 || ^11 || ^12
- typo3/testing-framework: ^6.15.3
README
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