sftpgo/internal/ftpd
Nicola Murino 184b99d500
user: add a field to indicate whether the password is set
A structure similar to the one used for secrets would be better,
but we don't want to break backwards compatibility.

Also document that omitting the password field in the request body
will preserve the current password when updating a user using the
REST API. Added a test case for this.

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2023-04-06 18:22:09 +02:00
..
cryptfs_test.go update Copyright year 2023-01-03 10:18:30 +01:00
ftpd.go printf: replace %#v with the more explicit %q 2023-02-27 19:19:57 +01:00
ftpd_test.go configs: add ACME section 2023-02-23 19:25:20 +01:00
handler.go user: add a field to indicate whether the password is set 2023-04-06 18:22:09 +02:00
internal_test.go EventManager: add IDP login trigger and check account action 2023-03-22 19:02:54 +01:00
server.go don't expose error messages from pre-actions and post connect hooks 2023-02-28 18:01:09 +01:00
transfer.go update Copyright year 2023-01-03 10:18:30 +01:00