How do you reset the password via CLI ? #24
-
|
Hello, I just created my account but forgot to save the randomly generated password that my password manager generated for me, do I have a way of resetting the password via Docker CLI ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Not really, because you don't actually lose any data, so you can just recreate the container, and connect qbittorrent instance in 15 seconds. If you are a single user, maybe the best thing would be to add If you need a password, simply remove the data. Assuming you have a structure like this: You can run: |
Beta Was this translation helpful? Give feedback.
Not really, because you don't actually lose any data, so you can just recreate the container, and connect qbittorrent instance in 15 seconds.
If you are a single user, maybe the best thing would be to add
- DISABLE_AUTH=trueto you compose.If you need a password, simply remove the data. Assuming you have a structure like this:
qbitwebui/
--- compose.yml
--- /data
You can run:
docker compose downrm -rf data/docker compose up -d