]> git.evergreen-ils.org Git - Evergreen.git/commit
Assume username, not barcode, in TPAC login
authorDan Scott <dan@coffeecode.net>
Wed, 17 Aug 2011 17:01:08 +0000 (13:01 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 17 Aug 2011 17:01:08 +0000 (13:01 -0400)
commitef4e3ea51a57cc8d112b809711023bbb9999f53c
tree2976e4186454eb6bac7216cb6b9b504a2945b176
parent06d945794fca67c693c1691e1d38e39643fbe500
Assume username, not barcode, in TPAC login

In the absence of a barcode regex OU setting (opac.barcode_regex), the
TPAC was assuming that the entered value was a barcode. However, the
default JSPAC assumption was that the entered value was a username. This
commit makes the TPAC continue to function with the same assumptions as
the default JSPAC in the absence of a barcode regex OU setting.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm