#user management with roles

12 messages · Page 1 of 1 (latest)

earnest nest
#

Hi im just starting with filament, how i can create a user management system with roles theres any plugin? thank you

woven vigilBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

wraith ocean
#

#bezhansalleh-shield

earnest nest
#

hi thats for roles, but not user management , which you recommend me for users?

wraith ocean
#

I'm not sure I understand. What do you mean by "user management"? To me, a simple UserResource is already a form of user management, and adding the shield just builds on that.

earnest nest
#

a page where i can manage users, create, edit , delete, set roles,

wraith ocean
#

You can create a Filament resource called "UserResource" to achieve that.

earnest nest
#

woh nice, then i need to do something to enable or add options to set roles inside right with the shield plugin

wraith ocean
#

Yes, but Shield goes deeper because it lets you set permissions for all CRUD actions. If you just want a basic role system, you could create one yourself, or maybe check if there's already a plugin for it on the Filament website.

Filament

Community made packages for Filament projects, which give you access to awesome new features.

woven vigilBOT
wraith ocean