https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27305
--- Comment #9 from David Cook <[email protected]> --- Actually, Nico, I assume that the following is your website? https://nicobako.github.io/ If you do want to play around with Koha, try out the following: https://gitlab.com/koha-community/koha-testing-docker Once you've explored that, you can look at the following for contributing your own code: https://wiki.koha-community.org/wiki/Git_bz_configuration#Using_git-bz You can look at the following for Koha Plugin development too: https://wiki.koha-community.org/wiki/Koha_plugins You can always join the OFTC #koha IRC channel or sign up to the koha-devel listserv as well to connect with Koha developers: https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel -- In other words, you could always work on this feature yourself. I'd be happy to review and test it. It looks like your library upgrades regularly, so I imagine that the feature could make its way back to your library fairly quickly, depending on the release maintainer. An easy way of doing this feature could be to make use of the "borrower_attributes" table to store a "personal access token". Then all you'd need to do is update opac-ics.pl to consume it via a URL parameter and update opac-user.pl to provide an interface for you to generate your own "personal access token". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
