Updated I forgot my UI lock password (markdown)

cdumez 2012-09-23 05:33:59 -07:00
parent d0af5d45d5
commit 1fa8946272

@ -1,6 +1,7 @@
You locked qBittorrent user interface and forgot the password you used? You locked qBittorrent user interface and forgot the password you used?
Don't worry, you can recover from this. Don't worry, you can recover from this.
## Windows / Linux
* Kill qBittorrent * Kill qBittorrent
* Look for qBittorrent.conf on your hard disk (_~/.config/qBittorrent/qBittorrent.conf_ on Linux) * Look for qBittorrent.conf on your hard disk (_~/.config/qBittorrent/qBittorrent.conf_ on Linux)
* Remove the following lines: * Remove the following lines:
@ -12,4 +13,10 @@ locked=true
* Save the file * Save the file
* Start qBittorrent again * Start qBittorrent again
## Mac OS X
* Kill qBittorrent
* Open a terminal and type the following:
``rm $HOME/Library/Preferences/org.qbittorrent.plist``
* 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. The user interface should not be locked anymore. Next time you lock it, it will ask you to choose a password again.