mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
@@ -145,8 +145,8 @@ func (s *Server) checkAuthforWarnings() {
|
||||
}
|
||||
}
|
||||
if warn {
|
||||
// Should be a warning but we currently do not have that option.
|
||||
s.Errorf("Plaintext passwords detected. Use Nkeys or Bcrypt passwords in config files.")
|
||||
// Warning about using plaintext passwords.
|
||||
s.Warnf("Plaintext passwords detected. Use Nkeys or Bcrypt passwords in config files.")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user