Bug 38075

Summary: SCO "Log out and try again with a different user" link doesn't work
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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?