mirror of https://github.com/zulip/zulip.git
help: Rename configure-waiting-period-for-full-members.
This commit is contained in:
parent
799d6b9203
commit
495efada4b
|
@ -68,7 +68,7 @@
|
|||
<div class="input-group">
|
||||
<label for="realm_waiting_period_setting" class="dropdown-title">
|
||||
{{t "Waiting period before new members turn into full members" }}
|
||||
<a href="/help/configure-waiting-period-for-full-members" target="_blank">(?)</a>
|
||||
<a href="/help/restrict-permissions-of-new-members" target="_blank">(?)</a>
|
||||
</label>
|
||||
<select name="realm_waiting_period_setting" id="id_realm_waiting_period_setting" class="prop-element">
|
||||
<option value="none">{{t "None" }}</option>
|
||||
|
|
|
@ -7,7 +7,7 @@ creation to:
|
|||
|
||||
* **Organization administrators**
|
||||
* **Organization administrators and all members**
|
||||
* **Organization administrators and [full members](/help/configure-waiting-period-for-full-members)**
|
||||
* **Organization administrators and [full members](/help/restrict-permissions-of-new-members)**
|
||||
|
||||
For corporations and other entities with controlled access, we highly
|
||||
recommend keeping stream creation open. A typical Zulip organization with
|
||||
|
|
|
@ -7,7 +7,7 @@ invitation to:
|
|||
|
||||
* **Organization administrators**
|
||||
* **Organization administrators and all members**
|
||||
* **Organization administrators and [full members](/help/configure-waiting-period-for-full-members)**
|
||||
* **Organization administrators and [full members](/help/restrict-permissions-of-new-members)**
|
||||
|
||||
For corporations and other entities with controlled access, we highly
|
||||
recommend keeping stream invitation open. For entities with lots of streams with confidential
|
||||
|
|
|
@ -117,7 +117,6 @@
|
|||
* [GDPR Compliance](/help/gdpr-compliance)
|
||||
|
||||
## Organization settings
|
||||
* [Waiting period for full members](/help/configure-waiting-period-for-full-members)
|
||||
* [Restrict stream creation](/help/configure-who-can-create-streams)
|
||||
* [Restrict stream invitation](/help/configure-who-can-invite-to-streams)
|
||||
* [Change who can add custom emoji](/help/only-allow-admins-to-add-emoji)
|
||||
|
@ -143,6 +142,7 @@
|
|||
* [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user)
|
||||
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||
* [Restrict bot creation](/help/restrict-bot-creation)
|
||||
* [Restrict permissions of new members](/help/restrict-permissions-of-new-members)
|
||||
* [Change a user's role](/help/change-a-users-role)
|
||||
* [Change a user's name](/help/change-a-users-name)
|
||||
* [View all bots in your organization](/help/view-all-bots-in-your-organization)
|
||||
|
|
|
@ -17,7 +17,7 @@ Moderation is a big part of making an open community work.
|
|||
* Create at least one
|
||||
[default stream](/help/set-default-streams-for-new-users) where
|
||||
[only admins can post](/help/announcement-only-streams).
|
||||
* Configure a [waiting period](/help/configure-waiting-period-for-full-members)
|
||||
* Configure a [waiting period](/help/restrict-permissions-of-new-members)
|
||||
before new members in the organization can do disruptive actions like creating
|
||||
streams.
|
||||
* [Restrict email visibility](/help/restrict-visibility-of-email-addresses)
|
||||
|
|
|
@ -58,7 +58,7 @@ priority.
|
|||
[edit or delete messages](/help/configure-message-editing-and-deletion),
|
||||
and more.
|
||||
|
||||
[waiting_period]: /help/configure-waiting-period-for-full-members
|
||||
[waiting_period]: /help/restrict-permissions-of-new-members
|
||||
[ldap-name]: https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#ldap-including-active-directory
|
||||
|
||||
## Authentication
|
||||
|
|
Loading…
Reference in New Issue