Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed login not working? #96

Open
ubay25 opened this issue Jan 22, 2024 · 1 comment
Open

Failed login not working? #96

ubay25 opened this issue Jan 22, 2024 · 1 comment

Comments

@ubay25
Copy link

ubay25 commented Jan 22, 2024

The package mentions about failed logins but this is not being logged on the authentication_log table and email notifications aren't being sent.
Am I missing anything?

@Roland-Gornisiewicz
Copy link

I had same problem. In my case it was that I had overridden the default fortify method for authentication.
in file app\Providers\FortifyServiceProvider.php i had in boot method:

Fortify::authenticateUsing(function (Request $request) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants