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?
12 replies
Mandatory password on the user change screen?
I registered the user to access the admin Panel. When trying to change the data, the user is forced to enter the password when I only want to change the user name. How to solve this problem?
3 replies