mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: add support for group members visibility level (#8004)
There are 5 visibility levels (similar to group visibility) public (default) logged-in users members only staff owners Admins & group owners always have visibility to group members.
This commit is contained in:
parent
f4aa6096ab
commit
88359b0f16
22 changed files with 351 additions and 15 deletions
|
@ -651,6 +651,7 @@ en:
|
|||
remove_owner: "Remove as Owner"
|
||||
remove_owner_description: "Remove <b>%{username}</b> as an owner of this group"
|
||||
owner: "Owner"
|
||||
forbidden: "You're not allowed to view the members."
|
||||
topics: "Topics"
|
||||
posts: "Posts"
|
||||
mentions: "Mentions"
|
||||
|
@ -3211,6 +3212,9 @@ en:
|
|||
staff: "Group owners and staff"
|
||||
owners: "Group owners"
|
||||
description: "Admins can see all groups."
|
||||
members_visibility_levels:
|
||||
title: "Who can see this group members?"
|
||||
description: "Admins can see members of all groups."
|
||||
|
||||
membership:
|
||||
automatic: Automatic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue