prefer sha256 (the old-way) over sha1 mixup for two different ftpds
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -3876,7 +3876,7 @@ MYSQLCrypt any
|
||||
|
||||
# Query to execute in order to fetch the password
|
||||
|
||||
MYSQLGetPW SELECT password_compat FROM ftp_users WHERE username="\L" AND login_enabled="y"
|
||||
MYSQLGetPW SELECT password FROM ftp_users WHERE username="\L" AND login_enabled="y"
|
||||
|
||||
|
||||
# Query to execute in order to fetch the system user name or uid
|
||||
|
||||
Reference in New Issue
Block a user