At the moment, group owners can add new members to their group, but cannot make them owners. This can only be done by an admin or site moderator.
I think it would make sense if a group owner could manage group members including promoting them to group owner, and it seems fairly straightforward.
Hello folks. I’m @uffehe’s dev, and I’m wondering if this is a feature that could potentially be acceptable as a candidate for a future release. The behavior seems generic enough, and could be enabled/disabled in the site_settings.
If there are no resources to spare on this, I could try my hand at implementing it. I’m pretty new to Discourse, but as far as I can determine, it seems to be a simple matter of changing group-member-dropdown.js for the UI, move add_owners and remove_owner from /admin/groups_controller.rb to just /groups_controller.rb, and making the corresponding change in routes.rb.
Do you think this feature looks Pull-Request-worthy, @codinghorror?
@codinghorror can you think of any reason why would would not want “group owners” to assign “ownership” to other members of the group.
The general pattern out there in places like GitHub, filesystems and so on, is that owners can always assign new ownership
I support a PR here to change this, I don’t think we need a site setting.
Only big question I have is if you are allowed to demote yourself or remove yourself from a group when you are an owner. Mixed on this. I guess yes, but we should warn.
Seems fine to me if it’s relatively easy we can go for it!
Nice idea. Just wondering, should there be some type of notice/message generated that this happened? (In case of a rogue or misinformed group owner?)
It should go in the admin log somewhere.

In fact the name “Staff Actions” is not ideal anymore, this should include “group moderator” actions for stuff like delete topic, it should also include “group manager” actions, like adding and removing a user etc.
It is a tricky problem cleaning this up, but certainly worth doing longer term.
Hey folks. Not to rush or anything – we don’t need this feature immediately – but I’m wondering what the process is from here. Is there something I should be doing, like implementing it and making a Pull Request, or will this be handled by your team internally?
Just asking so I know if there’s something I need to be doing.
Thanks.
你好。
我们也感受到了这种需求。
我们在 Discourse 实例上创建群组,以映射到我们公司中的团队。我们信任这些团队能够完全管理他们的群组(添加新成员,移除组织内调动的人员)。
缺少的一环是能够让加入团队群组的人员成为群组所有者。
在创建群组时,允许群组所有者管理群组所有权似乎是合理的。
But it turns out that group owners can remove other group owners from the group membership, and then add them again as ordinary members, which effectively means they can remove just owner status from other owners.
What I’d actually like to see (maybe as an additional group setting) is to explicitly allow just that (and more): for group owners to be able to promote other group members to owners and to demote other owners (or themselves) back to members.
Real life scenario:
- a group is defined for a subset of users
- group is used to manage access to private category and also to send (email) notifications to
@groupmembers - one member is elected a group leader by other members, and they can approve new members or remove existing members (based on group consensus, they only act as an executor)
- when the leader retires and wishes to either relinquish their role or even leave the group, site admin must be involved to appoint new group owner
It would be much easier if the current owner could promote another member(s) to owner(s), and demote themselves (or anyone else) from owner.
大家好!![]()
群组所有者提升其他所有者的功能已合并到 PR#19768 中。这将成为 Discourse 3.1 的基线行为。
为了妥善处理降级问题,我们需要添加一些检查,例如,如果降级将导致群组“没有所有者”,则发出警告。这需要更多的工作和规划,因此我们决定先单独发布提升功能。