add support for hashing password using bcrypt

argon2id remains the default
This commit is contained in:
Nicola Murino
2021-04-20 13:55:09 +02:00
parent 6ef85d6026
commit 92638ce93d
9 changed files with 188 additions and 15 deletions

View File

@@ -165,8 +165,12 @@
"memory": 65536,
"iterations": 1,
"parallelism": 2
},
"bcrypt_options": {
"cost": 10
}
},
"password_hashing_algo": "argon2id",
"password_caching": true,
"update_mode": 0,
"skip_natural_keys_validation": false