Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Admin permission levels
klu00
New
Hi,
I'm looking for a plugin or ideas on how to have different admin level, e.g. one who can only manage users/roles, an other who can manage categories, ...
Any ideas ?
Thanks
Tagged:
0
Comments
Vanilla comes prepopulated with a standard set of roles and permissions. You can create as many roles as you like. You can assign permissions to them arbitrarily.
For details on what the permissions actually do, check out the community wiki here: http://vanillawiki.homebrewforums.net/index.php/Permissions
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thx for your answer, but I don't understand... These permissions are stored in the Permission table in DB, right ? But I can't see all of the permissions in the link above. e.g. I don't find Garden.Roles.Manage column...
If the permission check you want doesn't exist, you will have to create a plugin that performs the check.
As far as your specific question, I wrote a plugin called Role Protect that lets you decide which roles can be doled out by "normal" admins: http://vanillaforums.org/addon/roleprotect-plugin
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thx for your answer, will try it