Update add users doc

This commit is contained in:
braginini
2023-07-01 15:26:11 +02:00
parent 735de48352
commit 717d1a69f6
2 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@@ -11,7 +11,12 @@ This way of adding users is managed by the NetBird system and doesn't require ad
It works only for organizations with private domains. It works only for organizations with private domains.
Whenever a new user signs up with a private domain (e.g., @netbird.io), Whenever a new user signs up with a private domain (e.g., @netbird.io),
NetBird creates a new account and associates it with the netbird.io organization (domain) automatically. Every consequent user signup with the same @netbird.io domain in their email address will end up under the same organization. NetBird creates a new account and associates it with the netbird.io organization (domain) automatically.
Every consequent user signup with the same @netbird.io domain in their email address will end up under the same organization.
<Note>
This feature isn't available in the self-hosted setup. By default, all users are joining the same network instead.
</Note>
How does it work? Every time a previously unknown user registers at [app.netbird.io](https://app.netbird.io/), How does it work? Every time a previously unknown user registers at [app.netbird.io](https://app.netbird.io/),
the system classifies the domain part of the email. the system classifies the domain part of the email.
@@ -34,7 +39,7 @@ The invited users will receive an email invitation that they have to confirm.
After logging in to the system, they will join your network automatically. After logging in to the system, they will join your network automatically.
<p> <p>
<img src="/docs-static/img/how-to-guides/user-invites.gif" alt="high-level-dia" width="800" className="imagewrapper"/> <img src="/docs-static/img/how-to-guides/user-invites.png" alt="high-level-dia" className="imagewrapper"/>
</p> </p>
<Note> <Note>