在 Drupal 上实施组和组管理员
我是 Drupal 的新手,我希望快速实现这一点,或者至少知道它是否可能以及如何继续。
情况是这样的: 3 种类型的用户(角色):超级管理员、组管理员和用户。
用户只是可以使用整个网站的用户。 GroupAdmin 能够创建与其组关联的用户。 他们只能管理其组中的用户。 超级管理员可以管理所有类型的帐户。
任何有关如何开始的信息将不胜感激。 提前致谢!
I'm new to Drupal and I'd like to get this quickly implemented, or at least know if it is possible and how to proceed.
This is the situation:
3 types of users (roles): SuperAdmin, GroupAdmin and user.
Users are just users who can use the whole site.
GroupAdmin has the ability to create users associated to his Group. They can administer only users from his group.
SuperAdmin can administer all kind of accounts.
Any info on how to get started would be appreciated. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很惊讶还没有人提到有机群组模块。 如果您将其与有机组访问控制一起实施,它应该可以满足您的需求。
以下是有关设置的教程:有机群组:允许用户创建协作群组
I'm surprised no one has mentioned the Organic Groups module yet. If you implement this along with Organic Groups Access Control it should give you what you are looking for.
Here's a tutorial on setting it up: Organic Groups: Enable users to create collaborative groups