From da18b9db9449ea41086da0f3119b5ba61489617b Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 29 Jul 2020 11:35:40 +1000 Subject: [PATCH] Update credentials in Readme. (#1914) The credentials were listed as admin/gophish, but this changed in v0.10.1, as per: https://docs.getgophish.com/user-guide/getting-started --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cb37563..0fb9f153 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ To build Gophish from source, simply run ```go get github.com/gophish/gophish``` You can also use Gophish via the official Docker container [here](https://hub.docker.com/r/gophish/gophish/). ### Setup -After running the Gophish binary, open an Internet browser to https://localhost:3333 and login with the default username (admin) and password (gophish). +After running the Gophish binary, open an Internet browser to https://localhost:3333 and login with the default username and password listed in the log output. +e.g. +``` +time="2020-07-29T01:24:08Z" level=info msg="Please login with the username admin and the password 4304d5255378177d" +``` + +Releases of Gophish prior to v0.10.1 have a default username of `admin` and password of `gophish`. ### Documentation