TYPO3 7.6 powermail - 限制编辑者访问其pagetree中的表单

时间:2016-09-05 13:31:19

标签: typo3 typo3-7.6.x access-rights powermail

有权访问插件“powermail”的编辑者可以访问所有表单。由于它是一个多域安装,因此编辑者应该只能访问其域的形式。

我认为访问权限的限制应该足够了,但是所有编辑都可以访问所有表单 - 独立于域和页面树。

任何提示?

谢谢

克斯廷

2 个答案:

答案 0 :(得分:1)

在powermail 3.8或更新的编辑器中,只能选择存储在他们可以自动访问的页面上的表单。

答案 1 :(得分:0)

在这里得到答案: https://docs.typo3.org/typo3cms/extensions/powermail/ForAdministrators/BestPractice/FilterFormSelection/Index.html

按PageTS限制,例如:

#Show only Forms from the same page where the plugin is stored (and all subpages)
tx_powermail.flexForm.formSelection = current

# Show Forms from page 46 (and all subpages)
tx_powermail.flexForm.formSelection = 46

# Show Forms from page 46,49 and the current page where the plugin is stored (and all their subpages)
tx_powermail.flexForm.formSelection = 46,49,current