Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Can't login

bmm.deoliveira
Posts: 1
Joined: Tue May 29, 2012 3:27 pm

Can't login

Unread post by bmm.deoliveira »

Hi,

I'm using for the first time the nuBuilder and right now I'm experiencing a little problem.
I can't login to the database with the user and the password that come defaults with the installation nuBuilder installation file.
So, I go to the "nuBuilder\wwwroot\db\sample" and open the config.php file
<?php

$DBHost = "127.0.0.1";
$DBName = "sample";
$DBUser = "sample";
$DBPassword = "samplepass";
$DBGlobeadminPassword = "sampleglobeadmin";
//$DBSiteGlobeadminPasswordOnly = true;

?>
and I saw that the username is sample and the password is samplepass.
But the problem is that I can't login with this credentials. I just can login with the following credentials (the global admin):
username: globeadmin
password: root (this password I define when I'm finnishing install the nuBuilder).

Anyone can help me solve my problem?
Post Reply