From 3467295104514c2bbf000d10c2972ee61b5cb566 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 19 May 2017 07:48:39 -0500 Subject: [PATCH] fixed incorrect platform admin username --- recipes/simple-with-persistence/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/simple-with-persistence/README.md b/recipes/simple-with-persistence/README.md index 8858f07..f723198 100644 --- a/recipes/simple-with-persistence/README.md +++ b/recipes/simple-with-persistence/README.md @@ -41,7 +41,7 @@ Next use the `htpasswd` command to generate a password file to be used with basic authentication. When prompted enter your chose password (twice): ``` -htpasswd /opt/comanage-registry-passwords registry.user +htpasswd /opt/comanage-registry-passwords registry.admin ``` You may edit that file later to either change the password or add @@ -108,7 +108,7 @@ https://localhost/registry/ You will need to click through browser warnings about self-signed certificates for HTTPS. -Click "Login" to login to the registry. For credentials use `registry.user` +Click "Login" to login to the registry. For credentials use `registry.admin` and the password you previously set using the `htpasswd` command. To stop the containers: