This commit is contained in:
master
2025-10-12 20:37:18 +03:00
parent 016c5a3fe7
commit d3a98326d1
306 changed files with 21409 additions and 4449 deletions

View File

@@ -10,6 +10,12 @@ passwordPolicy:
requireDigit: true
requireSymbol: true
passwordHashing:
algorithm: "Argon2id"
memorySizeInKib: 19456
iterations: 2
parallelism: 1
lockout:
enabled: true
maxAttempts: 5