From cf9765afa2146462c04194ee3330f8ea5a96f475 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Thu, 20 Jul 2017 00:14:00 -0700 Subject: [PATCH] Added the default credentials to the README I spent a while looking for this, so I just wanted to help out :) Former-commit-id: 26a132c7d69a18012a10da8ba9ed12428b78fd6b [formerly c81d0894bf43b52e3844ba2cd414737d766176ca] [formerly ee66132a5eeadb2f764b9ae271bcfce41529d319 [formerly 48f278e63c6c868e9658b88f2314e4126263da24]] Former-commit-id: c9d528abff1b59175a7853861924ceea448d0590 [formerly 4668518db0fbeb7ef0d136fea1a2bc4b096e1246] Former-commit-id: aecbb603d5f732b590d94c57c819646267709923 --- 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.