Too many login attempts Not work.

Too many login attempts Please try again in 41 seconds.
No description
5 Replies
JJSanders
JJSanders4mo ago
Maybe reset your password?
Alnuaimi
Alnuaimi4mo ago
NO ,I want to show this notification when enter password five times
JJSanders
JJSanders4mo ago
Not sure what you are asking
Alnuaimi
Alnuaimi4mo ago
I want to show this notification when I enter my password incorrectly five times
Tieme
Tieme4mo ago
@Alnuaimi So what do you want to know about this? Just check the code or docs, in the docs there is nothing about ratelimiting so then check the code Here is the RateLimit in authentication https://github.com/filamentphp/filament/blob/868a8f0f9ed900b715329e423198ce49943feb38/packages/panels/src/Pages/Auth/Login.php#L54 It will excecute this function https://github.com/danharrin/livewire-rate-limiting/blob/bf16003f0d977b5a41071526d697eec94ac41735/src/WithRateLimiting.php#L41-L57 So now what is your question about ratelimiting?
GitHub
filament/packages/panels/src/Pages/Auth/Login.php at 868a8f0f9ed900...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
GitHub
livewire-rate-limiting/src/WithRateLimiting.php at bf16003f0d977b5a...
Apply rate limiters to Laravel Livewire actions. Contribute to danharrin/livewire-rate-limiting development by creating an account on GitHub.