79798364

Date: 2025-10-24 04:01:17
Score: 0.5
Natty:
Report link

Add the active check to the credentials used by login.
For Breeze/Fortify, edit LoginRequest::authenticate() (or Fortify’s authenticateUsing) to:

Auth::attempt(['email'=>$this->email, 'password'=>$this->password, 'active'=>1], $this->boolean('remember'));

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ikram Khizer