Stephen Hedges wrote:
I notice that the borrowers table in ver. 1.9.3 has been altered to include columns for postal codes. But the old columns (ver. 1.9.2) for password, flags and userid are gone. How do we save passwords from our old system to allow people to login to Koha? (In other words, where does Koha now store the userid and password?)
Hi Stephen, You know what ? you just have found a bug in installer... I fix it immediatly in CVS. Add the following in borrowers tables : 'userid' => 'char(30)', 'password' => 'char(30)', 'flags' => 'int(11)', 'textmessaging' => 'varchar(30)' Maybe the 1.9.4 will come VERY soon :-) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)