admin can't login

Permalink 1 user found helpful
Greetings,

I run a strange problem with alll concrete5 fast installations: i can't login with the admin account, exactly after installing a fresh new website, dumping database and reimporting it again.

The error is: "Invalid username or password." which redirects to:
throw new \Exception(t('Invalid username or password.'));

on case:
case USER_INVALID:

in criteria:
if (!is_object($user) || !($user instanceof User) || $user->isError())

file:
/concrete/authentication/concrete/controller.php


In database:
- admin name: admin
- admin email: mypersonalemail
-password commuted by
md5(admin_password:salt)

where salt is made through:
getString(64)

in accordace with method from:
/concrete/src/Utility/Service/Identifier.php


Can anybody help me with this error?
-> fresh install
-> dump database
-> delete database
-> create database
-> import dump
-> same files

Please see atached files.

3 Attachments