[Koha-bugs] [Bug 26595] Add SMTP server column to libraries table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 14 14:37:36 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595

--- Comment #17 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list