Re: Bug Report - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Bug Report
Date
Msg-id 4613C30C.2000501@postgresql.org
Whole thread Raw
In response to Bug Report  ("Zongliang, Quan" <quanzongliang@gmail.com>)
List pgadmin-hackers
Zongliang, Quan wrote:
> 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";

Thanks, I've committed a fix for this and some related issues.

Regards, Dave


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6168 - in trunk/pgadmin3: . pgadmin/include/schema pgadmin/schema
Next
From: Dave Page
Date:
Subject: Re: Debugger integration