错误提示:
You did not sign in correctly or your account is temporarily disabled.
解决办法:
Go to this file path and \vendor\zendframework\zend-crypt\src\Utils.php and echo $expected and $actual variable and check both are same or not if both variable are not match then change line no 35
if (function_exists('hash_equals')) { return hash_equals($expected, $actual); }
To
if (function_exists('hash_equals')) { return true; }
for direct access to magento admin with any password and then change password and revert back code changes