Update installer and fix password setting
This commit is contained in:
parent
233295bc17
commit
d8f7b10773
|
@ -96,7 +96,7 @@ zerod = {}
|
|||
# User settings
|
||||
[users.root]
|
||||
# Password is set to "password"
|
||||
password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk"
|
||||
password = "password"
|
||||
uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 123350ae6075687c766817364fb9a0cc81c33e5f
|
||||
Subproject commit 33fa0af5214decdda7cc7ac39407ad18d727583b
|
Loading…
Reference in a new issue