jpmschuler/showpageeditors

TYPO3 扩展,用于在后台检索可以查看给定PID的每个编辑器

v1.0.8 2023-01-19 15:48 UTC

This package is auto-updated.

Last update: 2024-09-11 18:15:36 UTC


README

TYPO3 badge Latest Stable Version Total Downloads License Build Status

PHP Version Require TYPO3 V9 TYPO3 V10 TYPO3 V11 TYPO3 V12

此TYPO3扩展提供了一个命令行界面(CLI)命令,通过检索具有访问权限的用户、组和子组来检索后端树中每个具有页面的编辑器。

# 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