kuba2 Posted January 13, 2019 Share Posted January 13, 2019 Hello Ich have made an new website which is identical to one already existing on the server I use. I have copied the sit/templates folder on to the new site and linked the database from the old website to it. Now my login, which I used in the PW istallation for the admin.php site doesn't work anymore. Can anyone tell me why? Did I change the login by copying the template folder? Is the login written somewhere? I have access to the server Thanks Link to comment Share on other sites More sharing options...
ryan Posted January 13, 2019 Share Posted January 13, 2019 Check your /site/config.php file. There is a $config->userAuthSalt salt value present there and it would need to be identical between the two installations, otherwise the two installations are hashing passwords differently. That's usually a good thing, but in your case where you want the existing logins to work, you would want to keep that userAuthSalt value. 1 Link to comment Share on other sites More sharing options...
kuba2 Posted January 14, 2019 Author Share Posted January 14, 2019 Thanks 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