Created I forgot my UI lock password (markdown)

cdumez 2012-09-11 07:08:43 -07:00
parent d3dd17d3de
commit 6539dec432

@ -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=<encrypted_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.