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@liblime.com ReportedBy: rch@liblime.com QAContact: koha-bugs@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.