You should only consider doing this if you have other security measures in place to prevent access to the interface.
vim /usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js:deluge.LoginWindow (near the end, replace the onShow function):
onShow:function(){this.onLogin();}
vim /usr/lib/python2.7/dist-packages/deluge/ui/web/auth.py (comment out the if statement and add return True):
#if s.hexdigest() == config["pwd_sha1"]:
# return True
return True
THANKS!
Thanks 🙂 !
Version 1.3.15 its work! Thanks a lot.
[…] 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 […]