moonmosaic Posted October 31, 2010 Share Posted October 31, 2010 After I moved my site from one hosting company to another my customers could no longer log in. Has anyone had this problem? Am I supposed to copy the old passwords from the old database to the new database? Is there some kind of encyption problem going on during transfer? Link to comment Share on other sites More sharing options...
rocky Posted November 1, 2010 Share Posted November 1, 2010 Make sure that the COOKIE_KEY in config/settings.inc.php is the same on both sites. The passwords are salted this value so that passwords on one site are encrypted differently on another. Link to comment Share on other sites More sharing options...
moonmosaic Posted November 2, 2010 Author Share Posted November 2, 2010 Thank you. What about COOKIE_IV? They are different too, do I have to change that too? Link to comment Share on other sites More sharing options...
rocky Posted November 3, 2010 Share Posted November 3, 2010 Yes, they should both match. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now