From 3f9a882c37559124d65eb9896b0a584bcbf74373 Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 4 Oct 2023 10:18:28 +0200 Subject: [PATCH] quickstart: add user creation --- docs/quickstart.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index 9ef023b16..6a40a6569 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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) ```