mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add support for hashing password using bcrypt
argon2id remains the default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user