3x1io / filament-user

User Manager Resource For Filament Admin
https://github.com/3x1io/filament-user
MIT License
50 stars 14 forks source link

User module alwas shows on filament user roles #14

Closed arpaulustindi closed 1 year ago

arpaulustindi commented 1 year ago

Alwas show user model when roles has filament user

ShaungBhone commented 1 year ago

What's that? @arpaulustindi

temandroid commented 1 year ago

What he means is that the "Users" section is visible without an access role, but shouldn't

temandroid commented 1 year ago

Alwas show user model when roles has filament user

Try php artisan shield:generate --all

3x1io commented 1 year ago

you can use the new version support filamentv3

https://www.github.com/tomatophp/filament-users

sourcecodeit commented 1 month ago

Alwas show user model when roles has filament user

Try php artisan shield:generate --all

I use Filament 3 and I had to run this command too, otherwise my users were seeing the Users management even if their role didn't permit.