Roundup Tracker - Issues

Message2466

Author leonidasxiv
Recipients
Date 2007-08-11.10:40:27
Message-id
In-reply-to
In the PostgreSQL world it is common not to use passwords for authentification as MySQL does but to 

I tried running ``roundup-admin initialise`` as user ``django`` and leaving the password of my tracker empty (``password = ``). Then I get this exception:

roundup.hyperdb.DatabaseError: FATAL:  password authentication failed for user "django"

Next thing I tried was another syntax in the INI file: ``password = ''``. The exception I get is the following:

raise hyperdb.DatabaseError, message
roundup.hyperdb.DatabaseError: fe_sendauth: no password supplied

So it looks like it got it that I want to use *no* password, but it doesn't let me.
History
Date User Action Args
2009-02-03 14:22:08adminlinkissue1772174 messages
2009-02-03 14:22:08admincreate