#Auth::attempt returns a weird error.

2 messages · Page 1 of 1 (latest)

slate wave
#
$attempt = Auth::attempt([
    'username' => $this->username,
    'password' => $this->password
]);

It throws: This password does not use the Bcrypt algorithm.

viscid pasture
#

What's weird? Check your password, looks like password isn't bcrypt encrypted str