Re: saved passwords deleted

From: Vik Reykja <vikreykja(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, Michael Shapiro <mshapiro51(at)gmail(dot)com>, PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: saved passwords deleted
Date: 2012-02-14 21:33:05
Message-ID: CALDgxVuVurhRtxvenVT1h9A7wng7k_9wAo3KKf6RsCX7FUTuKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Feb 14, 2012 at 22:25, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> > 1. connect to server, save password
> > 2. disconnect from server
> > 3. stop server
> > 4. connect to server (fails, of course)
> > 5. start server
> > 6. connect to server
> >
> > pgAdmin asks for my password
>
> That's intentional. A failed connection attempt causes the password to
> be dropped to prevent you getting stuck in a situation where you
> cannot login without manually editing the file to get round some
> random authentication issue.
>

So it's an infinite loop issue and not a security issue? I would rather
have a separate option somewhere to connect without saved password.

Our product "embeds" PG so all the non-tech employees (like the sales guys)
have it running on their computers. They call me for help and I connect to
them and fail and tell them to turn off their firewall or whatever (again)
and then I have to lookup their password. My usage may not be common
enough for a generic tool to deal with, but it certainly is annoying.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-14 21:33:15 Re: saved passwords deleted
Previous Message Dave Page 2012-02-14 21:25:44 Re: saved passwords deleted