From 6539dec4321609bcdcc2a505b8bd1c1ac669cfbe Mon Sep 17 00:00:00 2001 From: cdumez Date: Tue, 11 Sep 2012 07:08:43 -0700 Subject: [PATCH] Created I forgot my UI lock password (markdown) --- I-forgot-my-UI-lock-password.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 I-forgot-my-UI-lock-password.md diff --git a/I-forgot-my-UI-lock-password.md b/I-forgot-my-UI-lock-password.md new file mode 100644 index 0000000..445e1f3 --- /dev/null +++ b/I-forgot-my-UI-lock-password.md @@ -0,0 +1,15 @@ +You locked qBittorrent user interface and forgot the password you used? +Don't worry, you can recover from this. + +* Kill qBittorrent +* Look for qBittorrent.conf on your hard disk (_~/.config/qBittorrent/qBittorrent.conf_ on Linux) +* Remove the following lines: +```c++ +[Locking] +password= +locked=true +``` +* Save the file +* Start qBittorrent again + +The user interface should not be locked anymore. Next time you lock it, it will ask you to choose a password again. \ No newline at end of file