https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39435 --- Comment #28 from David Cook <dcook@prosentient.com.au> --- When I was thinking about plugins for this feature, I was also thinking about using Module::Pluggable a bit more directly. That way we don't even need a system preference. We just have the requirement of the class being "Koha::Plugin::BotChallenge::*" That module could still be provided by a Koha Plugin since the plugin installation affects the @INC. (Personally, I disable Koha plugin upload for web users, so I personally am not worried about the security of it, but I do think about Koha instances with web upload allowed... but they're inherently insecure anyway...) -- You are receiving this mail because: You are watching all bug changes.