https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35761 --- Comment #21 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Comment on attachment 175608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175608 Bug 35761: Introduce central FTP/SFTP management Review of attachment 175608: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35761&attachment=175608) ----------------------------------------------------------------- ::: Koha/SFTP/Server.pm @@ +182,5 @@
+ + return $self->set( + { + status => $value, + password => $self->plain_text_password,
What's the purpose of updating the password and key here? It looks to me like your setting status and also decrypting the password and key file at the same time? -- You are receiving this mail because: You are watching all bug changes.