定制 jpmschuler/showpageeditors 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jpmschuler/showpageeditors

最新稳定版本:v2.0.1

Composer 安装命令:

composer require jpmschuler/showpageeditors

包简介

TYPO3 EXT to retrieve every editor who can see a given PID in the backend

README 文档

README

TYPO3 badge Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require TYPO3 V12

This TYPO3 extension provides

  • a cli command to retrieve every editor who has a page in the backend tree by retrieving users, groups and subgroups with access.
  • a cli command to retrieve every editor who is part of a group

These come in handy for quick analyzing of group inheritance, or for a regular check on important privileges.

# 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
# just run the command "begroup:showMembers <gid>", e.g.
/vendor/bin/typo3 begroup:showMembers 1
Group members of group 1 (myGroup) and other groups inheriting from it:
 GID_1      myGroup
 \UID_3     editor3
 \UID_5     editor5
 GID_125    mySubGroup
 \UID_17    editor17
URL
Repository: https://github.com/jpmschuler/typo3-showpageeditors
TER: https://extensions.typo3.org/extension/showpageeditors
Packagist: https://packagist.org/packages/jpmschuler/showpageeditors

统计信息

  • 总下载量: 10.87k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2022-05-31