You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing the library out to see if it would work for my project but noticed that if I add a permission to a role, it doesn't add it to anybody with the role already. I saw the reset roles command, but it said that is only recommended for development. What's the recommended way to handle making changes to a role for existing users?
The text was updated successfully, but these errors were encountered:
Hi @rsb177, the only reason the command is not recommended for production is because it might be too inefficient, but of course this will vary depending on your project context. The recommended approach is to either review the code of the command and evaluate if it works in your setup or to write your own custom script.
I was testing the library out to see if it would work for my project but noticed that if I add a permission to a role, it doesn't add it to anybody with the role already. I saw the reset roles command, but it said that is only recommended for development. What's the recommended way to handle making changes to a role for existing users?
The text was updated successfully, but these errors were encountered: