From 344449bed24721ed44f7bc02945ee617d44e0f47 Mon Sep 17 00:00:00 2001
From: Derek Schaller <dschaller@lyft.com>
Date: Tue, 29 May 2018 15:29:44 -0700
Subject: [PATCH] fix reference to htpasswd plugin in auth docs

---
 docs/auth.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/auth.md b/docs/auth.md
index 4bbc62d27..02ca3feef 100644
--- a/docs/auth.md
+++ b/docs/auth.md
@@ -37,7 +37,10 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
 
 ## Default htpasswd
 
-In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`.
+In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`.
+As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd)
+is used by default. The v2.x version of this package still contains the
+built-in version of this plugin.
 
 ```yaml
 auth: