Admin login works but not new user logins

Same thing happened to me.
you can create password directly in database.

UPDATE users SET user_hash = MD5(‘Admin123’) WHERE user_name = ‘Admin’;

this will change password of user Admin --> Admin123.

you can change values of usernames in SCrm and create passwords manualy in database after