Aman
Aman
FFilament
Created by Aman on 2/25/2025 in #❓┊help
On Update unlink old image
Working now By using Storage::disk('public')->delete($record->image);
3 replies
FFilament
Created by Alnuaimi on 2/18/2024 in #❓┊help
Too many login attempts Not work.
How can I override the login attempt limit to allow only 3 attempts? I believe it requires modifying the configuration values. Specifically, I found this method in my code: public function authenticate(): ?LoginResponse { try { $this->rateLimit(5); } } Currently, it seems to allow 5 attempts, but I want to restrict it to 3. Does anyone know how to properly override this setting? Should I modify it in the config file or is there another way to implement it correctly?
13 replies
FFilament
Created by Alnuaimi on 2/18/2024 in #❓┊help
Too many login attempts Not work.
I think in config required to change these values
public function authenticate(): ?LoginResponse { try { $this->rateLimit(5);
13 replies
FFilament
Created by Alnuaimi on 2/18/2024 in #❓┊help
Too many login attempts Not work.
How can overtire it i want to add 3 attempt ?
13 replies