Updated I forgot my GUI lock password (markdown)

Mike Tzou 2016-05-05 00:04:26 +08:00
parent acdd70786e
commit 87b8df176d

@ -2,8 +2,8 @@ You locked the 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 ## Windows
1. Kill qBittorrent process 1. Exit or kill qBittorrent process
2. Open `qbittorrent.ini` with a text editor, refer to [here](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings) to see where it's located. 2. Open `qbittorrent.ini` with a text editor, refer to [here](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings) to see where it is located.
3. Remove the following lines: 3. Remove the following lines:
```ini ```ini
@ -15,8 +15,8 @@ locked=true
5. Start qBittorrent again 5. Start qBittorrent again
## Linux ## Linux
1. Kill qBittorrent process 1. Exit or kill qBittorrent process
2. Open `qBittorrent.conf` with a text editor, refer to [here](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings) to see where it's located. 2. Open `qBittorrent.conf` with a text editor, refer to [here](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings) to see where it is located.
3. Remove the following lines: 3. Remove the following lines:
```ini ```ini
@ -28,11 +28,11 @@ locked=true
5. Start qBittorrent again 5. Start qBittorrent again
## Mac OS X ## Mac OS X
* Kill qBittorrent 1. Exit or kill qBittorrent process
* Open a terminal and run the following command: 2. Open a terminal and run the following command:
```shell ```shell
defaults delete com.qbittorrent.qBittorrent Locking.locked defaults delete com.qbittorrent.qBittorrent Locking.locked
defaults delete com.qbittorrent.qBittorrent Locking.password defaults delete com.qbittorrent.qBittorrent Locking.password
``` ```
* Start qBittorrent again 3. Start qBittorrent again