Fix @gongjason markdownlint errors

This commit is contained in:
Jamil Bou Kheir
2022-02-05 17:00:06 -08:00
parent 7fc294fdac
commit 228de54ccf
2 changed files with 18 additions and 8 deletions

View File

@@ -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`.
![add device](https://user-images.githubusercontent.com/52545545/152582102-7bde379a-57d5-4f35-9b4e-4d02c32241bc.png)
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.

View File

@@ -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.
![add user](https://user-images.githubusercontent.com/52545545/152580539-bdf10332-a528-4650-a0fe-e72bca89e98a.png)