[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Admin.pl problems



On Tue, Jul 8, 2008 at 11:37 AM, john <..hidden..> wrote:
> Greetings all,
>
> how do I correct:
>
> Error!
>
> LedgerSMB/User.pm.387
> FATAL:password authentication failed for user "postgres"

This is when you are creating a database?

If you know the password for the postgres account, you enter it in the
superuser password box.

If you have not set it, you can log in via psql (assuming local
connections are set to trust auth) and:

ALTER USER postgres WITH PASSWORD '[secret]';

Best Wishes,
Chris Travers