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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 16 Aug 2022 13:45:41 +0000 (10:45 -0300)
commit1b92fd78fda847b366ae44f351f20d92b6691226
tree0077413532c5b3f76a6e51e24fa68f15ee91743c
parent4c44dd5eb4d27cfddcd982a5e7e11dc595d88772
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
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