]> git.koha-community.org Git - koha.git/commit
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, 27 Mar 2024 01:04:51 +0000 (01:04 +0000)
commit25cd8e9239524f3d36820c8cbb42456376647038
tree530bd6a6eadd2d12dd33e2615645d72b16e81c1b
parenta4460bb5e08b0635683fe16e77c5e4e9a9648faa
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