https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20340 axel <axel.amghar@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #88472|0 |1 is obsolete| | --- Comment #27 from axel <axel.amghar@gmail.com> --- Created attachment 88477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88477&action=edit Bug 20340 - Ability to add and use authentication plugins Plugins must be placed in <pluginsdir> and enabled with AuthenticationModule system preference. Test plan: - Apply this patch, - set UseKohaPlugins to enabled, - define a pluginsdir in your koha-conf.xml, - put a plugin in this directory. - I.e, take the one provided in tests directory: - t/Koha/Plugin/TestAuth.pm, - login/pass is test/test - You should have: /your/plugins/dir/Koha/Plugin/TestAuth.pm, - test authentication with and without the plugin. -- You are receiving this mail because: You are watching all bug changes.