mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Fix @gongjason markdownlint errors
This commit is contained in:
@@ -6,12 +6,17 @@ parent: User Guides
|
||||
---
|
||||
|
||||
Add a device through the Web UI by clicking the "Add Device" button under
|
||||
`/devices` or `/users`.
|
||||
`/devices` or `/users`.
|
||||
|
||||

|
||||
|
||||
Once the device profile is created, you can send the WireGuard configuration file to the user by:
|
||||
* **Shareable Link**: Generates a time limited link to the device config file that can be sent to the user.
|
||||
* **Download Config**: Downloads the device config file to your local machine to be sent securely to the user.
|
||||
Once the device profile is created, you can send the WireGuard configuration file
|
||||
to the user by:
|
||||
|
||||
Devices are associated with users. See [Add Users](/docs/user-guides/add-users.md) for more information on how to add a user.
|
||||
* **Shareable Link**: Generates a time limited link to the device config file
|
||||
that can be sent to the user.
|
||||
* **Download Config**: Downloads the device config file to your local machine
|
||||
to be sent securely to the user.
|
||||
|
||||
Devices are associated with users. See [Add Users
|
||||
](/docs/user-guides/add-users.md) for more information on how to add a user.
|
||||
|
||||
@@ -4,11 +4,16 @@ title: Add Users
|
||||
nav_order: 1
|
||||
parent: User Guides
|
||||
---
|
||||
---
|
||||
|
||||
Once you have successfully installed Firezone you'll need to add users to grant them access to your network. This is done through the Web UI.
|
||||
Once you have successfully installed Firezone you'll need to add users to grant
|
||||
them access to your network. This is done through the Web UI.
|
||||
|
||||
### Web UI
|
||||
Add a user by clicking the "Add User" button under `/users`. You will be asked to specify an email and a password for the user. These credentials will be used to authenticate the user so they are able to establish the connection.
|
||||
## Web UI
|
||||
|
||||
Add a user by clicking the "Add User" button under `/users`. You will be asked
|
||||
to specify an email and a password for the user. These credentials will be used
|
||||
to authenticate the user so they are able to establish the connection.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user