diff --git a/main.go b/main.go index 4491a14..8896224 100644 --- a/main.go +++ b/main.go @@ -223,7 +223,7 @@ func main() { } copy(PasswordHash[:], ph) } - } else { + } else if len(conf.Account.Password) > 0 { PasswordHash = md5.Sum([]byte(conf.Account.Password)) } if !isFastStart {