phpsa / filament-authentication

MIT License
106 stars 23 forks source link

Role not assigned in User #35

Closed moskoweb closed 7 months ago

moskoweb commented 1 year ago

Hello,

I installed the package in a project, and to my surprise, the role assigned to users before installing the package disappeared from all users, the package seems not to have recognized the roles that users had before installing it, and so, the users became permissions.

Needing to assign permissions again to each user, would you like to understand if it's a configuration error, or is it really necessary to reassign the roles?

Captura de Tela 2023-06-22 às 12 05 57
phpsa commented 11 months ago

It should not be needed to re-assign, roles - where you using spatie roles for this?

moskoweb commented 10 months ago

Hello, I had to reassign, and in a new project, which I'm migrating, the same thing happened, it seems to me that Filament does not recognize the permissions and roles. Tried to find some solution but still nothing.