Added salt to the password #8

Merged
Ghost merged 1 commits from development into preproduction 2021-04-20 16:10:20 +03:00
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";
};
};
}