Bug 27342: Remove dbh from C4::Auth
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 5 Jan 2021 10:28:16 +0000 (11:28 +0100)
committerWainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
Wed, 24 Jan 2024 20:49:27 +0000 (20:49 +0000)
commitc672520b627a97bb0abce2b0b2ac9d5a8619cc81
tree3685690e794c66e45e4375163b021d3622981cf7
parent926b57bf3b96acf75892a688cfc320d61b6ab1c2
Bug 27342: Remove dbh from C4::Auth

We must not pass $dbh but retrieve it when needed instead

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Auth.pm
C4/Auth_with_cas.pm
C4/Auth_with_ldap.pm
C4/SIP/ILS/Patron.pm
Koha/REST/V1/Auth.pm
Koha/REST/V1/Patrons/Password.pm
opac/sco/sco-main.pl
t/db_dependent/Auth.t
t/db_dependent/Auth_with_ldap.t
t/db_dependent/Log.t