Normally, on installing SilverStripe, you are asked to fill in an e-mailaddress and password for your administrator account. That's what you'll use to login onto the SilverStripe CMS
I've never used web pi, so I'm not sure what happens there, and why you don't have the admin account, but in situations like this you can set a (temporary) admin login in your mysite/_config.php like this (use your own admin emailaddress and password):
Security::setDefaultAdmin('adminemail', 'password');
Posted to: Log in problems after installation | Show Thread | Post Reply