Problem with panel: Login is not working on new server

Hello everyone,

I’m experiencing an issue with logging into the panel after migrating my project to a new server. I transferred the site from another remote server to this new one. Previously, the login worked both remotely and locally, but now, when I try to log in using the same credentials, I receive a Passwords do not match error.

Any help would be greatly appreciated!

Thank you,
Sophia

Did you copy over the sites/accounts folder? Or the Brute-force protection has kicked in. In this case you can try to delete the file site/accounts/.logins.

You probably did not include hidden files during your migration. Make sure you’re also including hidden files, because the passwords are saved in .htpasswd files in /site/accounts.

Thanks @pReya! That worked! :partying_face:

Super strange, as my ftp client, said i uploaded three files (user.de.txt, index.php, .htpasswd) but at the end the htpasswd was still missing. So I needed to upload this file manually over the web-ftp.

1 Like