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 48f278e63c
]]
Former-commit-id: c9d528abff1b59175a7853861924ceea448d0590 [formerly 4668518db0fbeb7ef0d136fea1a2bc4b096e1246]
Former-commit-id: aecbb603d5f732b590d94c57c819646267709923
This commit is contained in:
parent
07ee173784
commit
cf9765afa2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue