Bug 9611: Database update, changing password from varchar(30) to varchar(60)
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 16 Feb 2013 19:22:07 +0000 (08:22 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 23:01:46 +0000 (23:01 +0000)
commit4159e55a1a01bb1407a9dc3220676021f24eda67
tree4a1d43391f33e7b7c9d6cfdea6f53be94d2d6249
parent12643aa745e3d7a49c4a42e3e5fed4e6910e12a2
Bug 9611: Database update, changing password from varchar(30) to varchar(60)

This is necessary because Bcrypt hashes are longer than MD5 hashes.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl