Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Unable to Open CMS


Go to End


2 Posts   1883 Views

Avatar
spoman

Community Member, 1 Post

9 July 2009 at 8:52am

I just installed MAMP and Silverstripe on my IMAC. Upon typing httP://localhost:8888/, I came to the screen which says 'Welcome to SilverStripe! This is the default homepage. You can edit this page by opening the CMS. You can now access the developer documentation, or begin the tutorials.' When I click on the hyperlinked 'CMS' and enter the email and password that I input during install it receive the error message of 'That doesn't seem to be the right e-mail address or password. Please try again.'

So my question is how do I access and change my email and password so I can open the CMS and begin creating my website. Any ideas?

Avatar
Willr

Forum Moderator, 5523 Posts

9 July 2009 at 6:47pm

Temporary hard code a member by adding the following line to your mysite/_config.php file. This will at least allow you to access the cms.

Security::setDefaultAdmin('admin', 'password');

Then once you use those details to get in you can reset your password in Profile link in the bottom right