]> git.koha-community.org Git - koha.git/commit
Bug 36503: Add a plugin hook after user authentication
authorRaphael Straub <raphael.straub@kit.edu>
Thu, 28 Mar 2024 12:31:15 +0000 (12:31 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 19 Jul 2024 08:56:31 +0000 (10:56 +0200)
commitc0896cde8fcad20fc63d32646e3ec222b7d7469d
treeb08df8a2df0c3f0aec61e2ccbf3d3741d05cde6f
parentdd55c2fae566854f1fa3fa4738b4911a309b8824
Bug 36503: Add a plugin hook after user authentication

This plugin hook allows to change patron data or define the patron
based on the authenticated user.

To test: Run
prove t/db_dependent/Koha/Auth/Client.t

Sponsored-by: Karlsruhe Institute of Technology (KIT)
Signed-off-by: Thomas Klausner <domm@plix.at>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 911342ffec8f900e2b4e36fcb0208a7560bfd49c)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Auth/Client.pm
t/db_dependent/Koha/Auth/Client.t