Default Wildfire username and password

I just finished installing Wildfire 3.1.1 on our Windows 2003 server using an MsSQL database. The database has been configured according to spec and I can get to the admin login. However, nowhere can I find documentation on what the default username and password are. Was I supposed to set this somewhere during the installation? Thus, the problem … I can’'t login to continue with the setup. Is there a default username and password?

Thanks.

Hi,

there is a wildfire\resources\database\wildfire_sqlserver.sql sciprt which does contain

/* Entry for admin user */
INSERT INTO jiveUser (username, password, name, email, creationDate, modificationDate)
    VALUES (''admin'', ''admin'', ''Administrator'', ''admin@example.com'', ''0'', ''0'');

.

So admin and admin will work fine unless you did not change the password during the installation.

LG