CodeIgniter Forums
Permission for group and users (role, rule) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Permission for group and users (role, rule) (/showthread.php?tid=45778)



Permission for group and users (role, rule) - El Forum - 10-05-2011

[eluser]Unknown[/eluser]
Role: Admin (full access), Editor (only Post access)
Rule: Post, Page, Category, Users
Child rule: Add, Update, Exclude

Example: Two users are the "Admin" group, which by default allows full access. But for one of these admin, I want to prevent him to access one specific rule: users.

And 2 editor with access Post, but one of these editors don't access to exclude post.

Is it possible? (native framework? or any class or script already developed?)

Well I searched and only found the option of permission groups/rules, and there isn't option of user permission and in my case, I need two options together.

Thanks.