From fbe5cc286bd7d65a5d130de3b3481448409a8c0a Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Tue, 22 Dec 2020 07:47:17 -0600 Subject: [PATCH] Better htpasswd command Better htpasswd command example for the simple development plugin sandbox documentation. --- docs/simple-development-plugin-mariadb.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/simple-development-plugin-mariadb.md b/docs/simple-development-plugin-mariadb.md index b262bf4..19866d2 100644 --- a/docs/simple-development-plugin-mariadb.md +++ b/docs/simple-development-plugin-mariadb.md @@ -241,11 +241,10 @@ volumes: target: /etc/apache2/basic-auth ``` -Edit the basic-auth file using the `htpasswd` command. For example -to add the user `skoranda` run +Edit the basic-auth file using the `htpasswd` command: ``` -htpasswd /srv/docker/etc/apache2/basic-auth skoranda +htpasswd ${HOME}/comanage/etc/apache2/basic-auth ``` Restart the services and you can now authenticate to COmanage Registry