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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

After migration to another server no login possible


Go to End


8 Posts   9459 Views

Avatar
web-vision

Community Member, 4 Posts

20 June 2014 at 7:56pm

Hello,

we've migrated an existing SiverStripe Website with a customer login to a new server. Since then existing customers can't login to the website anymore. If we register a new member for the website the login is possible.

Any idea or hint how to solve this is very welcome.

Best regards,

Boris

Avatar
martimiz

Forum Moderator, 1391 Posts

20 June 2014 at 11:12pm

Have you tried changing the customer password from within the CMS? On reason I can think of is that your previous setup still used the old password encryption...

Avatar
web-vision

Community Member, 4 Posts

21 June 2014 at 12:18am

If I change the password from the backend everything is fine. Unfortunately I can't do this for 300+ users. Is there a way to use the old password encryption?

Best regards,

Boris

Avatar
martimiz

Forum Moderator, 1391 Posts

21 June 2014 at 12:39am

Ok, that's tricky! What version of silverstripe are you on? Did you upgrade or just clone the existing install to the new server?

Avatar
web-vision

Community Member, 4 Posts

21 June 2014 at 1:57am

Unfortunately I don't know how to get the SilverStripe version. We've inherited the installation of the former agency. I just did a clone without an update and just copied files and restored a mysqldump.

Avatar
martimiz

Forum Moderator, 1391 Posts

21 June 2014 at 4:12am

Edited: 21/06/2014 4:17am

If, in your site root, there is a directory 'sapphire', you're on 2.4 or below. If you have a directory 'framework' you're on 3.0 or above. On versions below 3.0 you should be able to see the version number in the footerbar of the CMS, to the right.

If this is an older site (say 2.3.x), this might have something to do with this ticket: http://open.silverstripe.org/ticket/3004.

[EDIT] Of course I don't know about your site and if this is at all possibl - is it in production already? - but I'd suggest you prevent other users from registering for the time being, until you find out what the cause is. Otherwise you might end up with a mix of password settings...

Avatar
web-vision

Community Member, 4 Posts

23 June 2014 at 8:59pm

Thank you that far.

Seems we are running an older version of SiverStripe, since we got a folder called "sapphire" in the webspace.
Right now the domain is only available if you modify the /etc/host file manually.

I've also checked the PasswordEncryptor.php file and line 164 as described in the link, but it seems to be already fixed there:
$password = parent::encrypt($password, $salt, $member);

Avatar
martimiz

Forum Moderator, 1391 Posts

24 June 2014 at 12:53am

'Right now the domain is only available if you modify the /etc/host file manually.'

I'm not sure what you mean, and how this connects to the problem at hand? Unfortunately, based on you information alone I don't really know how to tackle this problem.

Do you still have access to the previous hosting and the old version of the website? Or do you know the password for one of the old useraccounts, so you could add a new user with the same password? In that case you could check the hashes (see the MemberPassword table) and see how they are different...