mirror of
https://github.com/9001/copyparty.git
synced 2025-08-16 08:32:13 -06:00
better with sessions
This commit is contained in:
parent
03acd65e96
commit
3560eeb10e
|
@ -4971,7 +4971,7 @@ class HttpCli(object):
|
|||
rip = host
|
||||
|
||||
vp = (self.uparam["hc"] or "").lstrip("/")
|
||||
pw = self.pw or "hunter2"
|
||||
pw = self.ouparam.get("pw") or "hunter2"
|
||||
if pw in self.asrv.sesa:
|
||||
pw = "hunter2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue