Login Password not working

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Login Password not working

manuelraj
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
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

Verus Open Source Support
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.

Login failed: LDAP Status: Local Status: Fail

could anyone can help me.

Regards,
Manuel


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

manuelraj
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
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

Verus Open Source Support
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


thank you looking forward for your reply


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574188.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

manuelraj
I have applied your query, but still i am getting the same error.

Regards,
Manuel
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

Verus Open Source Support
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.

Regards,
Manuel


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574190.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

manuelraj
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:
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.

Regards,
Manuel


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574190.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574191.html
To unsubscribe from Login Password not working, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

manuelraj
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
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

Verus Open Source Support
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:
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:
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.

Regards,
Manuel


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574190.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574191.html
To unsubscribe from Login Password not working, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Login-Password-not-working-tp7574186p7574192.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Login Password not working

manuelraj
yes, it's working fine now.
thank you very much for the support.

Regards,
Dr.Manuel