pkg / sftp

SFTP support for the go.crypto/ssh package
BSD 2-Clause "Simplified" License
1.49k stars 379 forks source link

Unable to delete the selected user: Not Found #551

Closed itguy2023 closed 1 year ago

itguy2023 commented 1 year ago

I created a few users in testing. But it seems like one of the records is corrupted. If selected and then click delete button I get "Unable to delete the selected user: Not Found" error ?

puellanivis commented 1 year ago

¿We don’t handle users at all in this package?

itguy2023 commented 1 year ago

Using web admin portal I added a user. Then later I tried to delete the user, the SFTPgo page displays "Unable to delete the selected user: Not Found". I guess somewhere the db got corrupted ? The data provider is the default sqlite.

drakkan commented 1 year ago

This isn't the SFTPGo repo