授予用户对 Drupal 中特定节点的权限

发布于 2024-08-20 13:20:06 字数 226 浏览 7 评论 0原文

我希望将用户“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

私野 2024-08-27 13:20:06

您想要为这些学生分配角色,然后控制该角色可用的权限。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文