On Tue, Mar 08, 2005 at 03:18:52AM +0100, Florian Reitmeir wrote: > in the README.Debian file the line > > 5) Click 'login', login with user 'admin' and password 'admin' > > is wrong. > > The login for the Admin is "Admin".
Hm, you're correct. Also the upstream documentation is wrong, and I just copied the upstream statements about that -- not realizing that it isn't a specific phpbb feature that loginnames are case-insensitive, but rather database-specific. Most noteably, in MySQL usernames will be case insensitive because the column type for username is of case insensitive text, but with postgres, this is different. Thanks for noticing this issue, I'll fix it in the next upload. As you're the first phpbb-postgres user I've heard of, please feel especially invited to carefully look into more possibly postgres-specific features/bugs that may need improvement in the package. --Jeroen -- Jeroen van Wolffelaar [EMAIL PROTECTED] (also for Jabber & MSN; ICQ: 33944357) http://Jeroen.A-Eskwadraat.nl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

