Added salt to the password

pull/8/head
Illia Chub 2021-04-20 16:09:38 +03:00
parent bf09bfd3a8
commit 04ea9b0f24
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ makeConf() {
users.users = {
"$LUSER" = {
isNormalUser = true;
hashedPassword = "$HASHED_PASSWORD";
hashedPassword = "\$6\$$SALT\$$HASHED_PASSWORD";
};
};
}