mirror of https://github.com/pikvm/pikvm.git
Update faq.md (#849)
* Update faq.md Changed verbiage for clarity * Update faq.md Added verbiage for clarity
This commit is contained in:
parent
7ac137cd44
commit
f509028062
|
|
@ -192,10 +192,10 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
|||
As stated above you need to make 2 accounts, 1 for the shell, the other for the PiKVM Web UI.
|
||||
|
||||
```
|
||||
If you require additional users, you can use the following:
|
||||
If you require additional users for PiKVM UI, you can use the following:
|
||||
# rw
|
||||
# su -
|
||||
# kvmd-htpasswd set <user> # Sets a new user
|
||||
# kvmd-htpasswd set <user> # Adds a new user
|
||||
# kvmd-htpasswd set <user> # Sets the password as long as the user exists
|
||||
# kvmd-htpasswd del <user> # Removes/deletes a user
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue