diff --git a/I-forgot-my-GUI-lock-password.md b/I-forgot-my-GUI-lock-password.md index 5b06473..c56c515 100644 --- a/I-forgot-my-GUI-lock-password.md +++ b/I-forgot-my-GUI-lock-password.md @@ -2,8 +2,8 @@ You locked the qBittorrent user interface and forgot the password you used? Don't worry, you can recover from this. ## Windows -1. 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. +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 is located. 3. Remove the following lines: ```ini @@ -15,8 +15,8 @@ locked=true 5. Start qBittorrent again ## Linux -1. 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. +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 is located. 3. Remove the following lines: ```ini @@ -28,11 +28,11 @@ locked=true 5. Start qBittorrent again ## Mac OS X -* Kill qBittorrent -* Open a terminal and run the following command: +1. Exit or kill qBittorrent process +2. Open a terminal and run the following command: ```shell defaults delete com.qbittorrent.qBittorrent Locking.locked defaults delete com.qbittorrent.qBittorrent Locking.password ``` -* Start qBittorrent again +3. Start qBittorrent again