Bug 38075 - SCO "Log out and try again with a different user" link doesn't work
Summary: SCO "Log out and try again with a different user" link doesn't work
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-03 13:51 UTC by Caroline Cyr La Rose
Modified: 2024-10-21 16:30 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2024-10-03 13:51:28 UTC
I'm testing the Web-based self checkout module. When you enter the login/password of a patron without the self check permission, there is a message 

Access denied
Sorry, the system doesn't think you have permission to access this page.

With a link

Log out and try again with a different user.

When I click this link, I expect to be redirected to the login page to try again. However, the link doesn't do anything.
Comment 1 Owen Leonard 2024-10-21 16:30:42 UTC
It sounds like you have AutoSelfCheckAllowed enabled and the credentials in  AutoSelfCheckID and AutoSelfCheckPass are for a user without self checkout permission.

As I understand it, having AutoSelfCheckAllowed enabled will never let you reach the login form because it will always try to use the stored credentials. Perhaps we need some kind of message saying the problem must be resolved by an administrator?