Re: [Koha] Koha password is forgotten

2021-08-01 Thread Michael Kuhn
Hi Sanjay You wrote: > Hello there, I've forgotten my koha password. How to get it back in > Ubuntu 20.04. 1. What password exactly do you mean with "Koha password"? 2. Did you try the following instructions as suggested by Javui Legido yesterday? This describes how to set the password of Mys

Re: [Koha] Keyword search (2)

2021-08-01 Thread Katrin Fischer
Hi Michael, I haven't had the time to test this out properly as I hoped for, but from past experience I believe these preferences could explain the difference: * QueryAutoTruncate * QueryFuzzy * QueryStemming Are the results still different when you turn all of those off making the normal se

Re: [Koha] Koha password is forgotten

2021-08-01 Thread Mason James
hi Sanjay its impossible to retrieve a user's password in koha, as the password is encrypted. (its a good thing) if you want to retrieve the system/db password for a koha instance, use the 'koha-passwd' command $ sudo koha-passwd lib1 Password for lib1: O9NUVyghZggH82BX if your koha instance

[Koha] OCLC Connexion Gateway

2021-08-01 Thread Shafrizan Affendi
Good afternoon. Hi all. I've read https://koha-community.org/manual//latest/en/html/third_party_software.html#oclc-connexion-gateway on how to set up OCLC service on Koha. My question is how do I add more than 1 person koha account to the configuration file? I got 4 patrons (librarian) to add. C

Re: [Koha] Koha password is forgotten

2021-08-01 Thread Sanjay Uchcharia
Thanks a lot. :) On Mon, Aug 2, 2021 at 6:26 AM Mason James wrote: > hi Sanjay > its impossible to retrieve a user's password in koha, as the password is > encrypted. (its a good thing) > > if you want to retrieve the system/db password for a koha instance, use > the 'koha-passwd' command > > $