'ErrorException Trying to get property 'password_hash' of non-object in myth-auth Codeigniter 4

ErrorException Trying to get property 'password_hash' of non-object VENDORPATH\myth\auth\src\Authentication\LocalAuthenticator.php at line 165

165 if (! Password::verify($password, $user->password_hash))



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source