[Koha-bugs] [Bug 30199] self checkout login by cardnumber is broken if you input a non-existent cardnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 3 20:26:16 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 131348
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131348&action=edit
Bug 30199: self checkout login by cardnumber is broken if you input a
non-existent cardnumber

Test Plan:
1. Set SelfCheckoutByLogin to 'cardnumber'.
2. Go to http://localhost:8080/cgi-bin/koha/sco/sco-main.pl
3. Enter an invalid carnumber like 'thisisabadcardnumber'
4. See the appropriate message "Sorry The userid thisisabadcardnumber was not
found in the database. Please try again."
5. Try again with a different cardnumber and notice the same exact error
message including the 'thisisabadcardnumber' cardnumber.
6. Apply this patch
7. Restart all the things!
8. Repeat steps 2-4
9. Try again with a different cardnumber, you should now see the correct
   cardnumber!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list