From 48f278e63c6c868e9658b88f2314e4126263da24 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Thu, 20 Jul 2017 00:14:00 -0700 Subject: [PATCH 1/2] Added the default credentials to the README I spent a while looking for this, so I just wanted to help out :) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 83980be6..d07ce9e5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ This is a library so it can be used on your own applications as a middleware or The easiest way to get started is using this with Caddy web server. You just need to download Caddy from its [official website](https://caddyserver.com/download) with `http.filemanager` plugin enabled. For more information about the plugin itself, please refer to its [documentation](https://caddyserver.com/docs/http.filemanager). +Once you have everything deployed, the default credentials are: + +**Username:** `admin` +**Password:** `admin` + # Features Easy login system. From 0990994031b75a94d390d29c9613814c1e490d84 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Thu, 20 Jul 2017 00:15:22 -0700 Subject: [PATCH 2/2] Made wording more specific to the filemanager interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d07ce9e5..f118878f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is a library so it can be used on your own applications as a middleware or The easiest way to get started is using this with Caddy web server. You just need to download Caddy from its [official website](https://caddyserver.com/download) with `http.filemanager` plugin enabled. For more information about the plugin itself, please refer to its [documentation](https://caddyserver.com/docs/http.filemanager). -Once you have everything deployed, the default credentials are: +Once you have everything deployed, the default credentials to login to the filemanager are: **Username:** `admin` **Password:** `admin`