Search found 1 match

by someguyhere
Sun Nov 25, 2018 8:16 am
Forum: Support
Topic: Disable Deluge WebUI authentication
Replies: 1
Views: 5006

Re: Disable Deluge WebUI authentication

Here is a solution: ## 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:f...