[Koha-bugs] [Bug 10900] Incorrect calling conventions accessing C4::Context

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 18 07:09:47 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10900

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
How to trigger all the set_userenv's in C4/Auth.pm:
log in using userid (triggers 1, 2, 6)
log in using cardnumber (triggers 7 and others)
library-intra.mydnsname.org/cgi-bin/koha/svc/bib/{bibnumber}?userid={userid}&password={password}
(first time triggers 4)
library-intra.mydnsname.org/cgi-bin/koha/svc/bib/{bibnumber} (once logged in
triggering 4, this triggers 3)
tools -> tags -> type something in the "Check lists" text box and click 'test'.
(triggers 5)

To trigger the set_userenv's in installer/InstallAuth.pm, just run an upgrade
of a database from a previous version to the current master, and redirect to
the log in screen.

And having figured all this out... It worked.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list