Merge pull request 'quickstart: add user creation' (#394) from DavHau-dave into main
All checks were successful
checks / test (push) Successful in 30s
assets1 / test (push) Successful in 6s
checks-impure / test (push) Successful in 19s

This commit is contained in:
clan-bot 2023-10-04 08:20:31 +00:00
commit c0e2bfbcb8

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)
```