idlesign / deluge-webapi

Plugin for Deluge WebUI providing sane JSON API
https://github.com/idlesign/deluge-webapi
BSD 3-Clause "New" or "Revised" License
120 stars 27 forks source link

Empty password not supported #19

Closed rozza-m closed 5 years ago

rozza-m commented 6 years ago

Some users will have ensured security in other ways. It's not possible to have the WebUI passwordless and still use the webapi.

There appears to be a patch https://forum.deluge-torrent.org/viewtopic.php?t=51155 but I haven't tried it.

dejected1 commented 6 years ago

your hyperlink is broken. please repost, i would love to have this patch.

rozza-m commented 6 years ago

Edited. However upon slightly closer inspection I think it makes changes to WebUI not WebApi. I am not clever enough to understand why (if this is the case) the webUI will itself permit empty passwords but somehow prevents webui from doing the same.

idlesign commented 6 years ago

[...] I think it makes changes to WebUI not WebApi

Exactly. We may try to use monkeypatching, but I'm not sure it'll work.

idlesign commented 5 years ago

Considered closed. Feel free to reopen if required.