Hello there, I've forgotten my koha password. How to get it back in Ubuntu 20.04. Thankyou. :)
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 Mysql user "koha_yourinstance". http://kohageek.blogspot.com/2013/05/how-to-change-master-password-of-koha.h... Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
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 is 'lib1' - your username (and database name) will be 'koha_lib1' On 1/08/21 4:00 pm, Sanjay Uchcharia wrote:
Hello there, I've forgotten my koha password. How to get it back in Ubuntu 20.04.
Thankyou. :) _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks a lot. :) On Mon, Aug 2, 2021 at 6:26 AM Mason James <mtj@kohaaloha.com> 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
$ sudo koha-passwd lib1 Password for lib1: O9NUVyghZggH82BX
if your koha instance is 'lib1' - your username (and database name) will be 'koha_lib1'
On 1/08/21 4:00 pm, Sanjay Uchcharia wrote:
Hello there, I've forgotten my koha password. How to get it back in Ubuntu 20.04.
Thankyou. :) _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Mason James -
Michael Kuhn -
Sanjay Uchcharia