HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

instead of root changing settings.

peregrineperegrine MVP
edited May 2013 in Feedback

easier to use as an admin if
this is changed

from
public function SettingsController_EasyMembersList_Create($Sender) {
$Sender->Permission('Garden.Plugins.Manage');

to

public function SettingsController_EasyMembersList_Create($Sender) {
$Sender->Permission('Garden.Settings.Manage');

I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    If only there was some way to determine the proper permissions to use for a plugin.

    Guess it is time to make a new wiki page.

    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.

  • Options

    @hgtonight

    you the wiki man!

    someday the people reading it will thanks you for making additions, and maybe one day people who get answers on the board will add to it as well.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    lifeisfoolifeisfoo Zombie plugins finder ✭✭✭

    Fixed.

    There was an error rendering this rich post.

Sign In or Register to comment.