User Group Title #941
User Group Title
#941
-
How to get the group title or description from AuthGroups.php for the active user? |
Beta Was this translation helpful? Give feedback.
Answered by
kenjis
Nov 7, 2023
Replies: 1 comment
-
You can get the groups by https://codeigniter4.github.io/shield/references/authorization/#getgroups shield/src/Config/AuthGroups.php Lines 34 to 38 in f1c2150 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
asnanmtakim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can get the groups by https://codeigniter4.github.io/shield/references/authorization/#getgroups
and can get titles from Config:
shield/src/Config/AuthGroups.php
Lines 34 to 38 in f1c2150