Password_verify fails for password created on another server

459 views Asked by At

I recently had to import mysql backup database to another server. My problem is the password_verify() function it fails to verify the password when I login. The php version of the both servers isPHP 7.3.7 and I the algorithm used is Argon2id. I´m also using xampp-windows-x64-7.3.7, in case this info has any relevance.
What could be the problem?

0

There are 0 answers