mirror of https://github.com/zulip/zulip.git
help: Clarify the number of invites one can send.
The 100 invite per day restriction is only for the free plan. Also, the value 100 is configurable using settings.INVITES_DEFAULT_REALM_DAILY_MAX. On top of this, newly created realms on free plan combined can only send INVITES_NEW_REALM_LIMIT_DAYS number of invites. So it's better not to hardcode 100 in the doc.
This commit is contained in:
parent
56bf5f2a50
commit
6a9e534a22
|
@ -7,7 +7,7 @@ the article below describes each in more detail.
|
|||
|
||||
* Allow people to join based on the **domain** of their email address.
|
||||
|
||||
* Send **email invitations** to up to 100 addresses in a day.
|
||||
* Send **email invitations**.
|
||||
|
||||
* Share a **reusable invitation link**.
|
||||
|
||||
|
@ -88,8 +88,11 @@ and reusable invitation links expire 10 days after they are sent.
|
|||
1. Click **Invite**.
|
||||
|
||||
!!! warn ""
|
||||
You will only see **Invite users** in the gear menu if you have
|
||||
* You will only see **Invite users** in the gear menu if you have
|
||||
permission to invite users.
|
||||
* The number of email invites you can send in a day is limited in
|
||||
the free plan. [Contact us](/help/contact-support) if you hit the
|
||||
limit and want to invite more users.
|
||||
|
||||
{tab|share-an-invite-link}
|
||||
|
||||
|
|
Loading…
Reference in New Issue