sftpgo: bcrypt > argon2id
This allows logging in over SFTP with a password longer than 73 characters
This commit is contained in:
parent
2a0bd784bf
commit
1a61fc6296
1 changed files with 3 additions and 0 deletions
|
@ -37,5 +37,8 @@ external_auth_hook = "http://[::1]:8055/sftpgo-auth.php"
|
|||
external_auth_scope = 1
|
||||
naming_rules = 1
|
||||
|
||||
[data_provider.password_hashing]
|
||||
algo = "argon2id"
|
||||
|
||||
[[httpd.bindings]]
|
||||
port = 0
|
||||
|
|
Loading…
Reference in a new issue