From 5c5d8506ec570a44a982958eecb3d9385f9793f9 Mon Sep 17 00:00:00 2001 From: Daniel Biegler Date: Sun, 16 Oct 2022 19:09:00 +0200 Subject: [PATCH] chore: add mention of default username and password (#516) I needed to look this up as first time contributor and think this could help others too. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b89ac3f..60598a06 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ The sleekest looking WebUI for qBittorrent made with Vue.js! - `npm run serve` - `npm run lint` (to format the code) - `docker-compose up -d` (to start qbittorrent docker => optional, you can edit `vue.config.js` as well) +- You now may open and access the WebUI under localhost with the default username `admin` and password `adminadmin`. ## Features