hotio / qbittorrent

https://hotio.dev/containers/qbittorrent
GNU General Public License v3.0
116 stars 14 forks source link

Default credentials not valid #37

Closed walterzilla closed 3 months ago

walterzilla commented 3 months ago

Using default credentials attempting to login to a brand new install of the latest image returns Invalid Username or Password, seems to me being like a qbittorrent bug already happened in some past updates, hope would be fixed any time soon.

BTW to be able to login with default pwd adminadmin stop the container, add followin string

WebUI\Password_PBKDF2="@ByteArray(ARQ77eY1NUZaQsuDHbIMCA==:0WMRkYTUWVT9wVvdDtHAjU9b3b7uB8NR1Gur2hmQCvCDpm39Q+PsJRJPaCU51dEiz+dTzh8qbPsL8WkFljQYFQ==)"

to [Preferences] section of qBittorrent.conf, restart the container.

mrhotio commented 3 months ago

Or look at the log and use the credentials generated.

walterzilla commented 3 months ago

I swear wasn't working at first glance, otherwise I wouldn't have opened an issue: restarded project and in fact now it's fine...thank you anyway.