"The user does not have a password" Message in CMS login in localhost

Hello, I am trying to login to the CMS locally to make some adjustments to it, however when I try to login with any of the users I get a 404 error message saying “The user does not have a password”, but if I login in the live website, they all work.

What am I doing wrong here?

First thing I’d do is check in the /site/accounts folder if there is a .htpasswd file for each user and if this file contains a value. Maybe the files weren’t transferred from the live server.