mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
IdP: parallel user init + rename idp-h-sep
to idp-gsep
`--idp-h-sep` is still supported and will map to its new name
This commit is contained in:
parent
f193f398c1
commit
e8b7f65f82
5 changed files with 21 additions and 8 deletions
|
@ -146,7 +146,7 @@ class Cfg(Namespace):
|
|||
E=E,
|
||||
dbd="wal",
|
||||
fk_salt="a" * 16,
|
||||
idp_h_sep=re.compile("[|:;+,]"),
|
||||
idp_gsep=re.compile("[|:;+,]"),
|
||||
lang="eng",
|
||||
log_badpwd=1,
|
||||
logout=573,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue