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.

Archive /

Our old forums are still available as a read-only archive.

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

No Login after Update to 2.2rc2


Go to End


2 Posts   1213 Views

Avatar
zyko

Community Member, 66 Posts

19 March 2008 at 5:44am

I'v updated my test-site directly from 2.1 to the new 2.2.2 rc2 version.

But now i can't login anymore.
And so, i can't update Database...
Send password via email doesn't work, becouse email is only a nickname...

If i've a look at the dbtables using phpMyAdmin (Members)
i can see 'my' row in Table with columns 'Email' and 'Password'.
The things are exactly the same as i'm trying to enter in the login box.
But it doesn't work.

Maybe it's a Problem, becouse Email is not a real Email?
(only a nickname)

So is there a way to 'reset a admin-password'?
Do i have to update to 2.2.1
first before upgrade to 2.2.2rc2?

Would be happy about any answer.
am not that over-experienced silverstirp user till now..

*g
Helmut

Avatar
(deleted)

Community Member, 473 Posts

19 March 2008 at 7:20am

Edited: 19/03/2008 7:21am

From http://doc.silverstripe.com/doku.php?id=upgrading:

Login Form

Check that you have a Layout/Page.ss file for your site, or alternately have a Security_login.ss template.

Your template file needs a $Form variable for it to work. This is where the login form gets included.

Without either of these, the Security/login form will be blank.