I am trying to log in again to a koha box… I can access it at http://libkoha-intra.meu.edu.lb/, and access it with the credentials for a borrower, but the admin password I have for koha_library (stored in /etc/koha/sites/library/koha-conf.xml) does not work… I even cached it in my browser, as this is a test box… Am I looking in the wrong place? Or how can I reset it? Thanks! Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage.
Hi Ronald, if you have a Koha 18.05 look this post - http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.h... <http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.html> Regards Michał Dudzik -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
I can create new users from this... but cannot create any "super user" so can't log in to configure the system... The command I used is /usr/share/koha/bin/devel/create_superlibrarian.pl --userid koha_library --password password --branchcode AKL --categorycode=S --cardnumber=A12349 What I really want is to log in as koha_library with the full admin rights... Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. -----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz> On Behalf Of Micha? Dudzik Sent: Friday, October 26, 2018 3:27 PM To: koha@lists.katipo.co.nz Subject: Re: [Koha] problem logging in Hi Ronald, if you have a Koha 18.05 look this post - http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.h... <http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.html> Regards Michał Dudzik -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Login and password from koha-conf.xml it is no longer possible login into Koha staff. Script create_superlibrarian.pl creates koha new user with rights superlibrarian - log in from this acount. What version KOHA you have? Regards Michał Dudzik -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
Hi Ronald, newer versions of Koha don't allow accessing the staff interface with the database user anymore as this always caused problems. Installing a newer version from scratch, the web installer will guide you through adding a superlibrarian user. If you have updated from an older version or forgot the password, you can use the script below. Please make sure you run this from the koha-shell for your instance: sudo koha-shell <instancename> The superlibrarian user created will have the full admin rights. Hope this helps, Katrin On 26.10.18 14:51, Ronald Vyhmeister wrote:
I can create new users from this... but cannot create any "super user" so can't log in to configure the system...
The command I used is
/usr/share/koha/bin/devel/create_superlibrarian.pl --userid koha_library --password password --branchcode AKL --categorycode=S --cardnumber=A12349
What I really want is to log in as koha_library with the full admin rights...
Ron
----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage.
-----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz> On Behalf Of Micha? Dudzik Sent: Friday, October 26, 2018 3:27 PM To: koha@lists.katipo.co.nz Subject: Re: [Koha] problem logging in
Hi Ronald, if you have a Koha 18.05 look this post - http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.h... <http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.html>
Regards Michał Dudzik
-- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Thank you Katrin... I think I understand the problem... given the multiple URLs we can use for Koha... the user I was creating only got me into the catalog, not the administration... change URL, and bingo! Thanks to all Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. -----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz> On Behalf Of Katrin Fischer Sent: Saturday, October 27, 2018 1:10 PM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Hi Hi Ronald, newer versions of Koha don't allow accessing the staff interface with the database user anymore as this always caused problems. Installing a newer version from scratch, the web installer will guide you through adding a superlibrarian user. If you have updated from an older version or forgot the password, you can use the script below. Please make sure you run this from the koha-shell for your instance: sudo koha-shell <instancename> The superlibrarian user created will have the full admin rights. Hope this helps, Katrin On 26.10.18 14:51, Ronald Vyhmeister wrote:
I can create new users from this... but cannot create any "super user" so can't log in to configure the system...
The command I used is
/usr/share/koha/bin/devel/create_superlibrarian.pl --userid koha_library --password password --branchcode AKL --categorycode=S --cardnumber=A12349
What I really want is to log in as koha_library with the full admin rights...
Ron
---------------------------------------------------------------------- ------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage.
-----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz> On Behalf Of Micha? Dudzik Sent: Friday, October 26, 2018 3:27 PM To: koha@lists.katipo.co.nz Subject: Re: [Koha] problem logging in
Hi Ronald, if you have a Koha 18.05 look this post - http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td598 1459.html <http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td59 81459.html>
Regards Michał Dudzik
-- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Katrin Fischer -
Michał Dudzik -
Ronald Vyhmeister