https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595 --- Comment #17 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #16)
(In reply to Jonathan Druart from comment #15)
Created attachment 111606 [details] [review] [review] Bug 26595: Embed the whole smtp_server object
Tomas, why did not you embed the whole whole like in this patch?
Primarily, because of permissions/security. Someone without the right permissions shouldn't be able to see the user/password settings of an SMTP server. I thought of a workaround to this, making the API not send the password along in the object i.e. make $smtp_server->to_api delete the attribute. But I didn't see a real use case. -- You are receiving this mail because: You are watching all bug changes.