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

Can't log in Cms


Go to End


2 Posts   1505 Views

Avatar
neatweb

Community Member, 3 Posts

13 January 2011 at 11:41pm

I install SS and get to the website however I can't log into the cms, I get the message email or password not recognised? can anybody help?

Avatar
Willr

Forum Moderator, 5523 Posts

18 January 2011 at 6:12pm

You can try a number of things to reset your account

1) Hard code a member in your mysite/_config.php file

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

2) Remove all members from your database and then run

http://yoursite.com/dev/build?username=admin&password=password