From a5773c3504533ab1cd9b32272aea13a3a4ebcac1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 9 Jan 2017 14:49:09 -0700 Subject: [PATCH] Add prompt example --- config/default.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/default.toml b/config/default.toml index f8fcbc6..980e8ed 100644 --- a/config/default.toml +++ b/config/default.toml @@ -1,4 +1,4 @@ -# This is an example configuration file +# This is the default configuration file # General settings [general] @@ -11,6 +11,7 @@ orbutils = {} # User settings [users.root] +# Password is set to "password" password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk" uid = 0 gid = 0 @@ -18,4 +19,5 @@ name = "root" home = "/root" [users.user] +# Password is unset password = "" -- GitLab