Bug Report

From: "Zongliang, Quan" <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Bug Report
Date: 2007-04-04 09:53:26
Message-ID: 20070404184720.E0FC.QUANZONGLIANG@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

In pgServer.cpp, Line 752:

if (executed)
{
password = newVal;
StorePassword();
---> return false;
}
else
return false;

Although the passwd had been changed successfully with "Change Password"
dialog. "The password could not be changed!" message always popup.

Line 756 should be "return true";

Regards.
Quan

-----------------------------------------------
Zongliang, Quan
quanzongliang(at)gmail(dot)com,quanzongliang(at)hotmail(dot)com
Admin by
http://postgresql.oss.tw
http://postgresql-chinese.blogspot.com

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-04-04 09:58:59 Re: SVN Commit by guillaume: r6161 - in branches/REL-1_6_0_PATCHES/pgadmin3/docs: . zh_TW zh_TW/hints
Previous Message Quan Zongliang(Gmail) 2007-04-04 09:14:29 Re: SVN Commit by guillaume: r6161 - in branches/REL-1_6_0_PATCHES/pgadmin3/docs: . zh_TW zh_TW/hints