mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
fix controlpanel greeting in early responses;
responses sent early during request processing (primarily for invalid requests) would display the username " " rater than "*" in the controlpanel, in one case leading to user confusion
This commit is contained in:
@@ -247,8 +247,8 @@ class HttpCli(object):
|
||||
self.dl_id = ""
|
||||
self.gctx = " " # additional context for garda
|
||||
self.trailing_slash = True
|
||||
self.uname = " "
|
||||
self.pw = " "
|
||||
self.uname = "*"
|
||||
self.pw = ""
|
||||
self.rvol = self.wvol = self.avol = empty_stringlist
|
||||
self.do_log = True
|
||||
self.can_read = False
|
||||
|
||||
Reference in New Issue
Block a user