Tiago Moises
Tiago Moises
FFilament
Created by Tiago Moises on 12/10/2023 in #❓┊help
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
FFilament
Created by Tiago Moises on 12/1/2023 in #❓┊help
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
FFilament
Created by Tiago Moises on 12/1/2023 in #❓┊help
how add external link (url LinkedIn/user) in column table?
I store the user's LinkedIn url. I would like to show this information in the form of a link in the table that, when clicked, would take you to a new tab on the user's LinkedIn
4 replies