授予用户对 Drupal 中特定节点的权限
我希望将用户“student”分配给内容类型“Projectgroup”。我可以通过向 Projectgroup 内容类型表单添加用户引用来实现此目的。
示例:
项目组= Beta 测试人员
学生(用户引用)= Kim、Joel、John。
当 Kim 登录时,她应该只能以“Beta 测试者”的身份发布。
我如何确保用户登录时只能使用正确的项目组权限发帖?
I'd like the user "student" to be assigned to a content type "Projectgroup". I can do this by adding a user reference to the Projectgroup content type form.
Example:
Projectgroup = Beta testers
Students (user referenced) = Kim, Joel, John.
When Kim logs in, she should only be able to post as "Beta testers".
How can i make sure when the user logs in he/she can only post with the correct projectgroup rights?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要为这些学生分配角色,然后控制该角色可用的权限。
http://drupal.org/handbook/modules/user
You want to assign roles to these students and then control what permissions are available to that role.
http://drupal.org/handbook/modules/user