codeigniter4-auth
codeigniter4-auth copied to clipboard
Added User Group
- Added the field for setting an user's group.
- By default users will be set to group '0'. This allows administrator groups by changing it to a '1' or a different number for editors.
- Get the user group via
$this->session->get('userData')['user_group']