mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
httpd: add a setting to disable login methods, deprecate the previous one
the previous enabled login methods setting is hard to extend in a backward compatible way Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -272,6 +272,7 @@
|
||||
"enable_web_client": true,
|
||||
"enable_rest_api": true,
|
||||
"enabled_login_methods": 0,
|
||||
"disabled_login_methods": 0,
|
||||
"enable_https": false,
|
||||
"certificate_file": "",
|
||||
"certificate_key_file": "",
|
||||
|
||||
Reference in New Issue
Block a user