From 2e396e4d65d8944d0cf83cdf1d4dcf19cf36133d Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 20 Oct 2014 22:40:33 +0400 Subject: [PATCH] fix comment about users_file ref #148 --- lib/config_def.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config_def.yaml b/lib/config_def.yaml index f95a7f22c..53453c3ae 100644 --- a/lib/config_def.yaml +++ b/lib/config_def.yaml @@ -3,7 +3,7 @@ storage: ./storage # a list of users # -# This could be deprecated soon, use "users_file" instead. +# This could be deprecated soon, use auth plugins instead (see htpasswd below). users: admin: # crypto.createHash('sha1').update(pass).digest('hex')