From 77065794dabded41fb2a87fc4c85a238ec4d8263 Mon Sep 17 00:00:00 2001 From: Jens L Date: Thu, 18 Jun 2020 23:26:15 +0200 Subject: [PATCH] docs: clarify post-installation login --- docs/installation/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/docker-compose.md b/docs/installation/docker-compose.md index cae2fb093..53ae3b333 100644 --- a/docs/installation/docker-compose.md +++ b/docs/installation/docker-compose.md @@ -32,4 +32,4 @@ Now you can pull the Docker images needed by running `docker-compose pull`. Afte passbook will then be reachable via HTTP on port 80, and HTTPS on port 443. You can optionally configure the packaged traefik to use Let's Encrypt certificates for TLS Encryption. -The initial setup also creates a default admin user called `pbadmin` with the same password. It is highly recommended to change this password as soon as you log in. +The initial setup process also creates a default admin user, the username and password for which is `pbadmin`. It is highly recommended to change this password as soon as you log in.