[Koha-bugs] [Bug 2687] New: Increase length of borrower attribute fields

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Oct 17 03:09:04 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2687

           Summary: Increase length of borrower attribute fields
           Product: Koha
           Version: HEAD
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: Patrons
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: rch at liblime.com
         QAContact: koha-bugs at lists.koha.org


the borrower_attributes table
defines the attribute and associated password as VARCHAR(30).  
Common password hashes may be 32 hex digits or more.

I'd like to increase the length of the password field to VARCHAR(64).
My inclination is to do the same to the attribute field, to minimize the
chance of running up against the limit.

Comments appreciated.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list