]> git.koha-community.org Git - koha.git/commit
Bug 26191: Relocate track_login call in Auth.pm
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 11 Aug 2020 11:22:22 +0000 (11:22 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 9 Nov 2020 18:30:15 +0000 (18:30 +0000)
commitf095fc1aeffaabd9d54f7df0378f226b0d2e0729
treeabd65a897f844d61827c51c21e49c69fb6b9944e
parent9c29220b0c2d4b225622b662efb3bea5185bca11
Bug 26191: Relocate track_login call in Auth.pm

This is a leftover from bug 22543.
Trivial move.

Test plan:
Do not apply this patch.
Pick a user that has not yet logged in today.
Only login via the opac and immediately check if borrowers.datelastseen did not change.
Apply this patch, restart, flush etc.
Only login via the opac and verify again rightaway (no further opac actions).
Now datelastseen should have been changed already.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit b827acf53ffde71d787123095b8524ea6bd08fd6)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth.pm