Upgrade to 3.2.1
This commit is contained in:
@@ -873,7 +873,7 @@ class User extends ModelWithContent
|
||||
}
|
||||
|
||||
if (password_verify($password, $this->password()) !== true) {
|
||||
throw new InvalidArgumentException(['key' => 'user.password.invalid']);
|
||||
throw new InvalidArgumentException(['key' => 'user.password.notSame']);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user