[Koha-bugs] [Bug 11013] New: Tests broken by new crypto stuff

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 8 05:11:56 CEST 2013


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

            Bug ID: 11013
           Summary: Tests broken by new crypto stuff
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: gmcharlt at gmail.com
          Reporter: robin at catalyst.net.nz
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

Bug 9611 broke the test cases when running without a database (i.e. when
packages are being built.)

The problem is that the hashing stuff was put into C4::Auth, which makes sense,
however this means that C4::Members has to use C4::Auth, and C4::Auth requires
a database, and many things use C4::Members...

So I'm going to move the hashing stuff into its own place in the Koha
namespace.

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


More information about the Koha-bugs mailing list