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

Login Rejected after Installation


Go to End


3 Posts   2692 Views

Avatar
renenoel

Community Member, 3 Posts

11 September 2009 at 6:26am

I installed the latest version of SilverStripe and it all seems to work fine. It sends me to the "Installation Successful" page with my email and password, as well as a link to the CMS admin.

The problem is when I try to use that email/password combination, it doesn't work. It gives me the error "That doesn't seem to be the right e-mail address or password. Please try again.".

I try to recover my password with the link provided, but it says "Sorry, but I don't recognise the e-mail address. Maybe you need to sign up, or perhaps you used another e-mail address?".

Any help in this would be great -- I can't get anywhere until I can log into the CMS.

Avatar
Willr

Forum Moderator, 5523 Posts

11 September 2009 at 3:07pm

Maybe try hardcode the login into your mysite/_config.php

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

Then try and login with those details.

Avatar
renenoel

Community Member, 3 Posts

12 September 2009 at 12:21am

Worked like a charm -- thanks!

It turns out that another developer working on this project was a bit too excited to get going, so he had already created an admin account -- which is why I couldn't get the password right. :)