vim /usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js:deluge.preferences.PreferenceWIndow remove these parts:
this.addButton(_(“Apply”),this.onApply,this);this.addButton(_(“Ok”),this.onOk,this)
vim /usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js:Deluge.preferences.InterfacePage remove these parts:
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