diff --git a/Disable-authentification-of-webGUI.asciidoc b/Disable-authentification-of-webGUI.asciidoc deleted file mode 100644 index 9d72d82..0000000 --- a/Disable-authentification-of-webGUI.asciidoc +++ /dev/null @@ -1,40 +0,0 @@ -Just a small hack I found useful to disable ALL authentification in the WebGUI, as I am using it only in my local network. - -Before compiling change into the qBittorrent folder you extracted and modify some lines in this file: *"./src/webui/www/private/login.html"*. - -Add *"value=admin"* and *"value=adminadmin"* to these two lines: ----- - - ----- -Then add these 3 lines just before the tag: ----- - ----- - -The whole body block should look like this: ----- - -
-

qBittorrent QBT_TR(Web UI)QBT_TR

- -
-
-

-

-
-
-
-
-
- - ----- - -If you have a better working workaround or fix, feel free to post it :) \ No newline at end of file