http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10900
--- Comment #9 from M. Tompsett <[email protected]> --- 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. prove -v t/Circulation_barcodedecode.t I have yet to determine how to trigger the patched areas in the third patch. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
