summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers_parse.go')
-rw-r--r--src/nshd/hackers_git/hackers_parse.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nshd/hackers_git/hackers_parse.go b/src/nshd/hackers_git/hackers_parse.go
index b0ed91b..b446ba1 100644
--- a/src/nshd/hackers_git/hackers_parse.go
+++ b/src/nshd/hackers_git/hackers_parse.go
@@ -101,9 +101,8 @@ func load_user_yaml(filename string) (ret user, err error) {
err = &yaml.TypeError{errs}
}
- ret.passwd.Password = "x"
+ ret.passwd.PwHash = "!"
ret.passwd.GID = usersGid
- ret.pwhash = "!"
return
}