On Tue, Jul 8, 2008 at 11:37 AM, john <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
