Deluge web UI disable password

## Allow correct AND incorrect password to be submitted
sed -i 's/if s.hexdigest() == config\["pwd_sha1"\]:/if True:/' /usr/lib/python2.7/dist-packages/deluge/ui/web/auth.py

## Auto submit blank password
sed -i 's/onShow:function(){this.passwordField.focus(.*)}/onShow:function(){this.onLogin();}/' /usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js

https://forum.deluge-torrent.org/viewtopic.php?f=7&t=54769&p=227493
https://dukrat.net/124/deluge-webui-1-3-6-autologin-disable-password

1 thought on “Deluge web UI disable password

  1. Just wanted to let you know you’re a legend, helped me solve Radarr/Sonarr reconnecting after a deluge-web crash. Other than modifying the paths to point to my git repo, worked perfectly 👌

Leave a Reply

Your email address will not be published. Required fields are marked *