diff --git a/I-forgot-my-UI-lock-password.md b/I-forgot-my-UI-lock-password.md index 76cdcc3..89418b4 100644 --- a/I-forgot-my-UI-lock-password.md +++ b/I-forgot-my-UI-lock-password.md @@ -4,21 +4,24 @@ Don't worry, you can recover from this. 1. Exit or kill qBittorrent process. 2. Open the preference file with a text editor.
-Windows
`%APPDATA%\qBittorrent\qbittorrent.ini` = `C:\Users\\AppData\Roaming\qBittorrent\qbittorrent.ini`
-Linux
`~/.config/qBittorrent/qBittorrent.conf`
-macOS
`~/.config/qBittorrent/qbittorrent.ini`
+Windows
+`%APPDATA%\qBittorrent\qbittorrent.ini` = `C:\Users\\AppData\Roaming\qBittorrent\qbittorrent.ini`
+Linux
+`~/.config/qBittorrent/qBittorrent.conf`
+macOS
+`~/.config/qBittorrent/qbittorrent.ini`
3. Remove the following lines: ```ini [Locking] password= # this only appear on qBittorrent version < 4.2.0 - password_PBKDF2= # this only appear on qBittorrent version ≥ 4.2.0 + password_PBKDF2= # this only appear on qBittorrent version ≥ 4.2.0 locked=true ``` 4. Save the file -5. Start qBittorrent again +5. Start qBittorrent again ## Before qBittorrent v3.3.6 on macOS