1
0
forked from clan/clan-core

quickstart: add user creation

This commit is contained in:
DavHau 2023-10-04 10:18:28 +02:00
parent 6059b262f1
commit 9e6009b454

View File

@ -45,6 +45,10 @@ my-machine
In this example we crate a user named `my-user` that is allowed to login to the machine
```shellSession
# create a new user
$ clan config --machine my-machine users.users.my-user.isNormalUser true
# set some password
$ clan config --machine my-machine users.users.my-user.hashedPassword $(mkpasswd)
```