mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
unsuccessful attempt at dirkeys (#64)
This commit is contained in:
parent
0c50ea1757
commit
10bc2d9205
9 changed files with 295 additions and 108 deletions
|
@ -146,6 +146,7 @@ class Cfg(Namespace):
|
|||
E=E,
|
||||
dbd="wal",
|
||||
fk_salt="a" * 16,
|
||||
dk_salt="b" * 16,
|
||||
lang="eng",
|
||||
log_badpwd=1,
|
||||
logout=573,
|
||||
|
@ -248,4 +249,4 @@ class VHttpConn(object):
|
|||
self.thumbcli = None
|
||||
self.u2fh = FHC()
|
||||
|
||||
self.get_u2idx = self.hsrv.get_u2idx
|
||||
self.get_u2idx = self.hsrv.get_u2idx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue