You can reset the password using SQL update. In the example below we are assuming that the Evergreen system username/database is called evergreen and the account you are resetting is admin, the updated password is open-ils.

$psql -U evergreen evergreen
 # update actor.usr set passwd = 'open-ils' where usrname = 'admin';
 # \q

--

On 08/15/2011 11:04 AM, Muhammad Faiz Chishti wrote:
Can any one tell how to change password for admin user for a running server
when it is forgotten

-----Original Message-----
From: open-ils-general-boun...@list.georgialibraries.org
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
Jason Etheridge
Sent: Monday, August 15, 2011 8:42 PM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] ***SPAM*** RE: ***SPAM*** Urgent help
required please

Well, eg_db_config.pl doesn't actually update the qstore stanza,
largely because qstore isn't used in Evergreen yet. So this part, at
least, is a bit of a red herring.

Ah, I even forgot that eg_db_config.pl can update those config files. :)

--
Jason Etheridge
  | Equinox Software, Inc. / Your Library's Guide to Open Source
  | phone:  1-877-OPEN-ILS (673-6457)
  | email:  ja...@esilibrary.com
  | web:  http://www.esilibrary.com



--

Anoop Atre
IS Developer & Integrator, MnPALS
PH: 507.389.5060
OF: 3022 Memorial Library (Office-ML 3022)
--
"Mit der Dummheit kämpfen Götter selbst vergebens"
 ~ Johann Christoph Friedrich von Schiller

Reply via email to