codeigniter4-auth icon indicating copy to clipboard operation
codeigniter4-auth copied to clipboard

Added User Group

Open Matthewenderle opened this issue 5 years ago • 0 comments

  • 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']

Matthewenderle avatar Nov 17 '20 04:11 Matthewenderle