Deluge WebUI 1.3.6 Autologin (Disable Password)

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

4 comments to Deluge WebUI 1.3.6 Autologin (Disable Password)

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>