CodeIgniter Forums
User Role - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: User Role (/showthread.php?tid=71569)



User Role - gowtham - 08-30-2018

Hello

My project is having Super users and users 

So we can setup the Roles for each and every users 

How can i setup the user role 

Eg:
@These users access only these menus 
@These users Access only these functionalities 

Like that 

You have any option in CI

Best Regards


RE: User Role - php_rocs - 08-30-2018

@gowtham,

You have many options to choose from...
1. You could build your own integrated user access system.
2. You could use Ion-Auth ( https://github.com/benedmunds/CodeIgniter-Ion-Auth )
3. You could use Bonfire ( https://github.com/ci-bonfire/Bonfire )
4. You could use Community Auth ( https://community-auth.com/ )
5. You could do a Google search and find other suggestions.

I'm quite sure if you do a search in the forums you will find other opinions and options.