[Koha-bugs] [Bug 30199] New: 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
Tue Mar 1 00:13:53 CET 2022


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 at lists.koha-community.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list