Bug 28417: Don't require C4::Auth_with_cas from opac-user if not needed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 12:43:11 +0000 (13:43 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 14:40:52 +0000 (15:40 +0100)
commit37005486d361f6a9ea60912da0249eeec9734db9
treebb41a57444b9b1d64f7bdf8fb7134f6e28b4c012
parente0931d1004e1bf83273318f36b4c0bf79270f4fc
Bug 28417: Don't require C4::Auth_with_cas from opac-user if not needed

Note that without the use URI::QueryParam statement in C4::Auth we get:
Can't locate object method "query_param_delete" via package "URI::_generic" at /kohadevbox/koha/C4/Auth.pm line 1254

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm
C4/Auth_with_cas.pm
opac/opac-user.pl