Replies: 1 comment
-
Sorry, please ignore what I have written above, My understanding was incorrect. Extra permissions are stored in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently, all the permissions are mixed into 1 field
users.permissions
, I think there are a few problems:My suggestion is to have a separate field, e.g.
users.permissions_extra
and merge them together in the user model.I'm happy to code this if @tabuna is ok.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions