wickywills
6/1/2017 - 7:16 AM

Print expected and actual password hashes

Print expected and actual password hashes

Go to this file path \vendor\zendframework\zend-crypt\src\Utils.php and echo $expected and $actual variables 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