Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start kiosk for guest without pass #26

Closed
black23 opened this issue Jul 12, 2017 · 8 comments
Closed

Start kiosk for guest without pass #26

black23 opened this issue Jul 12, 2017 · 8 comments

Comments

@black23
Copy link

black23 commented Jul 12, 2017

Our library use free but proprietary software for public kiosk administration. We really like Libki, because cooperate with Koha user login and is under open licence. But some of our users are anonymous without account. Can be possibe to implement feature that start session on kiosk that select administrator directly from administrator GUI? It means no passwords for guests, just some clicks.

@loidor
Copy link
Contributor

loidor commented Jul 12, 2017

Why would you rather have this than using the guest function? I'm not nagging, I'm just curious.

@black23
Copy link
Author

black23 commented Jul 12, 2017

Because staff must give or say password to user. Now user come to library, ask for PC, staff select free PC and uncloct it remotely. Its easy process for staff and users too. But I can imagene that we start use passwords :-) Just asking if our point of views are relavant for some library or not.

@loidor
Copy link
Contributor

loidor commented Mar 5, 2018

I'm going through the back log of issues, and I'm still not sure about how this would work. What would the practical difference be to just handing over a pre-print piece of paper with a guest account on it? There is a possibility to generate a batch of guest accounts to print and cut, 100% anonymous.

The client would ask for a computer, gets an anonymous guest account which works for 24 hours, select a free computer and use it. If something, it seems like more work to unlock computers remotely, which also is hard to do in a library where the computers aren't seen from the staff desk. Will the correct client get the computer? Will the client sit down at the correct computer?

@kylemhall
Copy link
Contributor

kylemhall commented May 17, 2018

The only idea I have ( the would be reasonably easy to implement ) would be to have an "Auto login" button the would create a new guest user and store the username/password in some message queue. We could then add a new endpoint to the server from which clients will read this message queue. Finally, we have the clients monitor this endpoint when logged out. If they receive a message, the client will send back the username and password as if it had been typed in ( and call the login method of the client code ).

@bruzona
Copy link

bruzona commented Jan 10, 2019

We would have use for a "walkup" (no-password) capability for younger children's computers, especially if it could be combined with an inactivity timeout. This is mainly to help gather usage statistics (number of "logins", number of hours.)

@kylemhall
Copy link
Contributor

There is an undocumented 'no password' option for the Libki client. If you enable that option, the Libki client only shows a username field. Combine that with a barcode scanner and a child could log in just by scanning his or her library card! This assumes that you are using SIP SSO and your SIP server can return a valid patron password flag if no password is provided.

@bruzona
Copy link

bruzona commented Jan 31, 2019 via email

@sekjal
Copy link

sekjal commented Apr 26, 2024

This discussion is rather old now, and between the ability to print out guest passes, as well as use password-less mode, I think the end result can be accomplished. Perhaps the library creates passwordless users for each client PC, and tapes the name to the monitor. Users just need to login with the name, and they're in.

Marking this as closed.

@sekjal sekjal closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants