kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
334 stars 244 forks source link

Restrict login if role is deactivate and type is regular user. #97

Closed kishor10d closed 2 years ago

kishor10d commented 2 years ago

Currently, we have feature to deactivate the role from the system. Even if the role is deactivated, still user can login and have the same access which are given to that particular role. We need to restrict the user to logged in into the system if the role assigned to the user is deactivated.

Version will upgraded from 1.5 to 1.6 after this issue completion.