From 1b0735719db9ee0ecd29a27b93dd3c8636dba95b Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 8 Jun 2018 10:45:00 -0500 Subject: [PATCH] fix reviewer comments Update to gnatsd/README.md clarifying single-user and token-based authentication issue #316 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e256993..6751e6f3 100644 --- a/README.md +++ b/README.md @@ -526,7 +526,7 @@ authorization { If you want the mkpasswd utility to generate a password or token for you, run it without the -p parameter. ``` $ go run util/mkpasswd.go -pass: D#6)e0ht^@61kU5!^!owrX // NATS client encrypted with Bcrypt password (or token) +pass: D#6)e0ht^@61kU5!^!owrX // Password (or token) encrypted with Bcrypt bcrypt hash: $2a$11$bXz1Mi5xM.rRUnYRT0Vb2el6sSzVrqA0DJKdt.5Itj1C1K4HT9FDG // server configuration authorization password (or token) ```