4577 Posts in 1387 Topics by 1377 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 303 Views |
-
Can not access admin panel

18 July 2012 at 4:26am
I just installed SilverStripe using WebMatrix. Install went OK. Access to the CMS admin panel is asking for an email id and pw. I was never asked for that during the installation. How do I enter this information? Thank you, Rich
-
Re: Can not access admin panel

18 July 2012 at 8:09pm
You should have been asked for a username and password in the install.php file. For now you can hardcode a default admin by adding this in your mysite/_config.php file.
Security::setDefaultAdmin('admin', 'password');
-
Re: Can not access admin panel

18 July 2012 at 11:27pm
Thanks for the reply. Yes, that did the trick!
| 303 Views | ||
|
Page:
1
|
Go to Top |


