Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed incorrect platform admin username
skoranda committed May 19, 2017
1 parent fd68db6 commit 3467295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:

0 comments on commit 3467295

Please sign in to comment.