sftpgo: bcrypt > argon2id

This allows logging in over SFTP with a password longer than 73 characters
This commit is contained in:
Miraty 2023-06-03 18:51:30 +02:00
parent 2a0bd784bf
commit 1a61fc6296
1 changed files with 3 additions and 0 deletions

View File

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