I have installed Newgenlib latest version successfully, when i try to login using user name "1" and password "abc" I am receiving the following error.
Login failed: LDAP Status: Local Status: Fail could anyone can help me. Regards, Manuel |
In NGL Librarian Application.
Go to Administration->Configure System -> Patron -> Search Search for 1, you will get the System Administrator record. Select the record and click on "Modify", Now select "Authenticate in local database" and save the record Now check if you are able to login through OPAC On 10/11/2013 12:32 PM, manuelraj [via NewGenLib] wrote: I have installed Newgenlib latest version successfully, when i try to login using user name "1" and password "abc" I am receiving the following error.
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
even i am not able to login to the librarian interface, please refer the image or the error
thank you looking forward for your reply |
Step 1: Open Start -> Programs ->
Postgresql -> pgAdmin3
Step 2: Login into Postgresql database by double clicking on left hand side red cross icon. And providing password Step 3: Select newgenlib database and click on SQL Editor button in the Toolbar. This will open a new window called the SQL editor window Step 4: Paste the below query into it update patron set user_password = md5(user_password) where length(user_password)<32; Step 5: Press F5 or green triangle button. You will get a message, query executed successfully Now try to login into OPAC and the librarian application On 10/11/2013 01:51 PM, manuelraj [via NewGenLib] wrote: even i am not able to login to the librarian interface, please refer the image or the error
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
I have applied your query, but still i am getting the same error.
Regards, Manuel |
Sir,
Is it ok if you would like to reset all the passwords to abc? If yes we will send a query for the same On 10/11/2013 02:54 PM, manuelraj [via NewGenLib] wrote: I have applied your query, but still i am getting the same error.
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
yes, it's ok for me, today only i have installed so there is no other user available. Regards,
Dr.Manuel -- On Fri, Oct 11, 2013 at 2:56 PM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
|
In reply to this post by Verus Open Source Support
yes, it's ok for me, today only i have installed so there is no other user available.
Regards, Dr.Manuel |
In reply to this post by manuelraj
please execute this query
update patron set user_password=md5('abc'); On 10/11/2013 03:05 PM, manuelraj [via NewGenLib] wrote:
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Free forum by Nabble | Edit this page |