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:
ed 2024-03-12 21:21:53 +00:00
parent f193f398c1
commit e8b7f65f82
5 changed files with 21 additions and 8 deletions

View file

@ -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,