Jump to content

Individual User Permissions


tail

Recommended Posts

I currently have a login system and custom CMS, both which I programmed set up on my website. I have many things that my CMS can manage such as news, users, music, games, IP banning, counter stats, polls, and site settings. I'm trying to set up a permission system that is unique to each user. As of now the 3 user groups just classify the users as a member, moderator, or admin. Members aren't allowed to view the admin page, moderators can see it but are the only allowed to add things, and admins can add, edit, delete, and have unrestricted access.

 

What I'm trying to accomplish and to have a page where I can configure each individual users' permissions. For example, if I want a certain moderator to be able to delete only news but not games. I'm having trouble creating a table for the database though.

 

Any ideas are much appreciated! If you don't understand what I'm trying to accomplish then please let me know and I'll try to explain further!

Link to comment
Share on other sites

It is better to create "groups" with said permissions and then assign users to groups rather than uniquely assign permissions in most cases.

 

I am not an expert on this my self, however you may want to look into the bitwise permissions threads on these boards as well as elsewhere.

http://www.phpfreaks.com/forums/index.php/topic,113143.0.html

http://www.phpfreaks.com/forums/index.php/topic,110890.0.html

Link to comment
Share on other sites

I have a lot of different sections in my site and I would like to be able to add users to a table with their information and login credentials as well as the permissions table. This way, I will be able to set certain users to be able to do certain things. My question is, what is the most efficient and best way to go about creating such a table?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.