I using laravel 6 Suddenly when I'm trying to log in I on the email field.
These credentials do not match our records.
I have checked my database and entered email is correct and I am getting this error
also, I search a lot about this problem but I didn't get any solution
NOTE: I already tried this function but also it doesn't work
public function setPasswordAttribute($password)
{
$this->attributes['password'] = \Hash::make($password);
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire