© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
11 replies
Tiago Moises

filament not login inactive user?

I managed to implement it using the code below:

public function canAccessPanel(Panel $panel): bool
{
return $this->is_active == true ;
}

The problem is that it returns page 403 FORBIDDEN, and I can no login access the admin/login route to log in with another user.
It always stays on page 403 FORBIDDEN

What solution to this problem?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Filament::auth()->login($user), multiple guards
FilamentFFilament / ❓┊help
12mo ago
filament login
FilamentFFilament / ❓┊help
2y ago
filament v4 $panel->login(Login::class) not working
FilamentFFilament / ❓┊help
6mo ago
Route [filament.auth.login] not defined
FilamentFFilament / ❓┊help
3y ago