Add new group
#1201
-
So I want to add a "create group" feature on the admin page, but after reading through all the documentation, I couldn't find a way to add a new group. Both groups and permissions can only be managed through the authGroups.php file. Do you have any suggestions for this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
warcooft
Sep 20, 2024
Replies: 1 comment 3 replies
-
You can use the settings package to override groups from the AuthGroups config., and then save new groups using the settings. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
datamweb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the settings package to override groups from the AuthGroups config., and then save new groups using the settings.
See https://settings.codeigniter.com