mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
allow to disable some hooks on a per-user basis
This way you can, for example, mix external and internal users
This commit is contained in:
@@ -42,4 +42,6 @@ You can also restrict the hook scope using the `check_password_scope` configurat
|
||||
|
||||
You can combine the scopes. For example, 6 means FTP and WebDAV.
|
||||
|
||||
You can disable the hook on a per-user basis.
|
||||
|
||||
An example check password program allowing 2FA using password + one time token can be found inside the source tree [checkpwd](../examples/OTP/authy/checkpwd) directory.
|
||||
|
||||
Reference in New Issue
Block a user