Login  Register

Re: Need technical suport

Posted by John Alex on May 15, 2018; 6:03am
URL: http://ngl.70.s1.nabble.com/Need-technical-suport-tp7577234p7577349.html

Go to Postgres and Take the Backup in Plain, Compress if possible in tar and put it in save location.

Off the server and follow this steps: To change Username & Password.

1. Start-Program-Postgresql

2. Select the Newgenlib database on the left and Click on SQL Editor

This will open a SQL Window.
3. Copy and Paste the below Query

update patron set user_password=md5('abc') where patron_id='1'

4. Press F5

5. Message "Query successful and 1 row updated

Run the NGL Server and client
Try to login with Username:1   Password: abc