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:
Vishnu KS 2021-02-03 20:31:37 +05:30 committed by Steve Howell
parent 56bf5f2a50
commit 6a9e534a22
1 changed files with 5 additions and 2 deletions

View File

@ -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}