Auth.pm now checks the password againts a new field in the borrowers table
authortonnesen <tonnesen>
Fri, 5 Jul 2002 19:56:35 +0000 (19:56 +0000)
committertonnesen <tonnesen>
Fri, 5 Jul 2002 19:56:35 +0000 (19:56 +0000)
commit259a4873fbf2819e029a4c38396a8a9dd2e72dbf
treeb144206797146bd19dbf90b310bda1d9a52f0e8a
parenta66bcaa168fed2cdf2a3a361e909fe1f101e4823
Auth.pm now checks the password againts a new field in the borrowers table
(password).   There is also a new "userid" field in the borrowers table.  When
a user logs in, the userid will be checked against the userid first and the
cardnumber second, so either method will work.
C4/Auth.pm