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
You shouldn't be able to give permissions to the "_system" user.
We have an implementation of this existing now which is the managed boolean flag. However, DAB RBAC should probably not know about this specifically. In either case, we should have some documented means of adding a method or something to the user model to prevent giving permissions to an individual user.
The text was updated successfully, but these errors were encountered:
Would it perhaps make more sense for the app to provide a method that filters a user queryset, excluding the users who cannot have permissions assigned? I'm undecided.
You shouldn't be able to give permissions to the "_system" user.
We have an implementation of this existing now which is the
managed
boolean flag. However, DAB RBAC should probably not know about this specifically. In either case, we should have some documented means of adding a method or something to the user model to prevent giving permissions to an individual user.The text was updated successfully, but these errors were encountered: