https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199 Bug ID: 30199 Summary: self checkout login by cardnumber is broken if you input a non-existent cardnumber Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Self checkout Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org To recreate: 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. The only thing that solves it for me is to direct my browser to this URL: http://localhost:8080/cgi-bin/koha/sco/sco-main.pl?op=logout That properly logs me out and allows me to input a new cardnumber. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.