Replies: 1 comment 1 reply
-
Shield uses the official library CodeIgniter 4 Settings. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
As I can see the group permissions is stored in
app/Config/AuthGroups.php
inarray $matrix
that mean the group permissions is static and only can be changed by updating the file
AuthGroups.php
. and this prevent the users from changing the group permissions unless they access the file system.what if we need to give the ability to logged in super users to modify the group permissions? I think that require the group permissions to be stored in DB. is that correct?
Beta Was this translation helpful? Give feedback.
All reactions